cyberduck: add livecheck (#96232)

This commit is contained in:
Markus Reiter 2020-12-21 18:55:07 +01:00 committed by GitHub
parent f7768685d7
commit 97b09263b4
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,13 +1,17 @@
cask "cyberduck" do
version "7.7.2.33862"
version "7.7.2,33862"
sha256 "3becbea9d43261e8b8ddc139164c5744bb5535602bf994d400aedf8767fc1f44"
url "https://update.cyberduck.io/Cyberduck-#{version}.zip"
appcast "https://version.cyberduck.io/changelog.rss"
url "https://update.cyberduck.io/Cyberduck-#{version.before_comma}.#{version.after_comma}.zip"
name "Cyberduck"
desc "Server and cloud storage browser"
homepage "https://cyberduck.io/"
livecheck do
url "https://version.cyberduck.io/changelog.rss"
strategy :sparkle
end
auto_updates true
app "Cyberduck.app"