From c27a8a7b05282b405a4865ffba0333e4854c2e03 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 21 Dec 2020 20:21:46 +0100 Subject: [PATCH] macupdater: add livecheck (#96428) --- Casks/macupdater.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Casks/macupdater.rb b/Casks/macupdater.rb index 57c5d87eedc..f340edb3ade 100644 --- a/Casks/macupdater.rb +++ b/Casks/macupdater.rb @@ -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"