twitterrific: add livecheck (#96675)

This commit is contained in:
Markus Reiter 2020-12-22 18:39:40 +01:00 committed by GitHub
parent b8aef3ff24
commit efbf3ddcba
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,15 +1,19 @@
cask "twitterrific" do
version "5.4.5"
version "5.4.5,151"
sha256 "ca03e8b989a16cfb88cb86c776c42a7c88110ba1c9db5adf3b55fe15b85e3e57"
url "https://iconfactory.com/assets/software/phoenix/Twitterrific-#{version}.zip",
url "https://iconfactory.com/assets/software/phoenix/Twitterrific-#{version.before_comma}.zip",
verified: "iconfactory.com/assets/software/phoenix/"
appcast "https://iconfactory.com/appcasts/Phoenix/appcast.xml"
name "Twitterrific"
name "Phoenix"
desc "Twitter client"
homepage "https://twitterrific.com/mac"
livecheck do
url "https://iconfactory.com/appcasts/Phoenix/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"