Skip to content

Commit

Permalink
Merge pull request #186013 from Homebrew/update-copyclip
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Sep 19, 2024
2 parents f45a4ca + 055f93e commit 186bbe5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Casks/c/copyclip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
homepage "https://fiplab.com/apps/copyclip-for-mac"

livecheck do
url :url
strategy :extract_plist do |versions|
versions.values.filter_map(&:short_version).first
end
url "https://api.appcenter.ms/v0.1/public/sparkle/apps/ffb43606-0eb3-79c0-cb23-097402e92379"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :high_sierra"

app "CopyClip #{version.major}.app"

uninstall quit: "com.fiplab.copyclip#{version.major}"
Expand Down

0 comments on commit 186bbe5

Please sign in to comment.