anylist: add livecheck (#96160)

This commit is contained in:
Markus Reiter 2020-12-21 19:01:18 +01:00 committed by GitHub
parent 2c2418631b
commit e79b58b900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,16 @@
cask "anylist" do
version "1.1"
version "1.1,2"
sha256 "3b319c94865c0b643b1eeb88611ef0d632301a6ec807e070571b8bfbce9c5974"
url "https://s3.amazonaws.com/files.anylistapp.com/mac/AnyList_v#{version.dots_to_underscores}.zip",
url "https://s3.amazonaws.com/files.anylistapp.com/mac/AnyList_v#{version.before_comma.dots_to_underscores}.zip",
verified: "s3.amazonaws.com/files.anylistapp.com/"
appcast "https://s3.amazonaws.com/files.anylistapp.com/mac/appcast.xml"
name "AnyList"
homepage "https://www.anylistapp.com/"
livecheck do
url "https://s3.amazonaws.com/files.anylistapp.com/mac/appcast.xml"
strategy :sparkle
end
app "AnyList.app"
end