macupdater: add livecheck (#96428)

This commit is contained in:
Markus Reiter 2020-12-21 20:21:46 +01:00 committed by GitHub
parent 58c7844f6e
commit c27a8a7b05
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 "macupdater" do
version "1.5.9"
version "1.5.9,8735"
sha256 "c0b745f8d35c9839f31c5a53d68c936511d96ff33cca01911b79afb64818ba36"
url "https://www.corecode.io/downloads/macupdater_#{version}.dmg"
appcast "https://www.corecode.io/macupdater/macupdater.xml"
url "https://www.corecode.io/downloads/macupdater_#{version.before_comma}.dmg"
name "MacUpdater"
desc "Track the latest updates of all applications installed automatically"
homepage "https://www.corecode.io/macupdater/index.html"
livecheck do
url "https://www.corecode.io/macupdater/macupdater.xml"
strategy :sparkle
end
auto_updates true
app "MacUpdater.app"