maccy: add livecheck (#97534)

This commit is contained in:
Jeffrey C 2021-01-08 08:15:28 -06:00 committed by GitHub
parent 86b52569e9
commit 7c29efc71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -4,11 +4,15 @@ cask "maccy" do
url "https://github.com/p0deje/Maccy/releases/download/#{version}/Maccy.app.zip",
verified: "github.com/p0deje/Maccy/"
appcast "https://github.com/p0deje/Maccy/releases.atom"
name "Maccy"
desc "Clipboard manager"
homepage "https://maccy.app/"
livecheck do
url "https://raw.githubusercontent.com/p0deje/Maccy/master/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"