tagger: add livecheck (#97641)

This commit is contained in:
Markus Reiter 2021-01-09 18:09:12 +01:00 committed by GitHub
parent c5f225d360
commit 79dcb8f157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -2,12 +2,21 @@ cask "tagger" do
version "1.8.0.7"
sha256 "a4745dcf88f1691d2c681a87e6cfb6326200b6a2d9dfb53c2c62c67905a09e16"
url "https://github.com/Bilalh/Tagger/releases/download/1.8.0/Tagger_#{version}.zip",
url "https://github.com/Bilalh/Tagger/releases/download/#{version.major_minor_patch}/Tagger_#{version}.zip",
verified: "github.com/Bilalh/Tagger/"
appcast "https://github.com/Bilalh/Tagger/releases.atom"
name "Tagger"
desc "Music metadata editor supporting batch edits and importing VGMdb data"
homepage "https://bilalh.github.io/projects/tagger/"
livecheck do
url :url
strategy :github_latest
regex(%r{/Tagger_(\d+(?:\.\d+)*)\.zip}i)
end
app "Tagger.app"
caveats do
discontinued
end
end