mp3gain-express: add livecheck (#96476)

This commit is contained in:
Markus Reiter 2020-12-21 23:03:52 +01:00 committed by GitHub
parent f440e08f9d
commit 3079d58858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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