From 3079d58858e90d7f497bb33d3f310e87b2ddd013 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 21 Dec 2020 23:03:52 +0100 Subject: [PATCH] mp3gain-express: add livecheck (#96476) --- Casks/mp3gain-express.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Casks/mp3gain-express.rb b/Casks/mp3gain-express.rb index 1bcd28e7890..89e32b3f045 100644 --- a/Casks/mp3gain-express.rb +++ b/Casks/mp3gain-express.rb @@ -3,9 +3,13 @@ cask "mp3gain-express" do sha256 "43725242307dc7bee59c133f0fcef1acf64cfeb7d209b833d72cbe930697d32e" url "https://projects.sappharad.com/mp3gain/mp3gain_mac#{version.chomp(".0").no_dots}.zip" - appcast "https://projects.sappharad.com/mp3gain/updates.xml" name "MP3Gain Express" homepage "https://projects.sappharad.com/mp3gain/" + livecheck do + url "https://projects.sappharad.com/mp3gain/updates.xml" + strategy :sparkle + end + app "MP3Gain Express.app" end