Skip to content

Commit

Permalink
Merge pull request #170096 from Homebrew/detail
Browse files Browse the repository at this point in the history
detail: deprecate
  • Loading branch information
chenrui333 authored Mar 29, 2024
2 parents 3266e08 + 09dde23 commit 950babe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Casks/d/detail.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
cask "detail" do
version "3.4.4"
sha256 "7f00534f97305ceb67477dbc43438d0fd90920bf56374056cb2fdb2546dbf606"
sha256 "6f0a69466477d5824886087e11f5a542f7f04d4fbab71392820c45f2cf6c59f0"

url "https://detail-builds.s3.amazonaws.com/mac/#{version}/Detail.pkg",
verified: "detail-builds.s3.amazonaws.com/mac/"
name "Detail"
desc "Pro camera for video calls"
homepage "https://detail.co/"

livecheck do
url "https://api.detail.co/v1/macOS/latest"
strategy :header_match
end
deprecate! date: "2024-03-28", because: "latest versions are only available in the Mac App Store"

auto_updates true
depends_on macos: ">= :big_sur"
Expand Down

0 comments on commit 950babe

Please sign in to comment.