altserver: add livecheck (#96155)

This commit is contained in:
Markus Reiter 2020-12-21 16:48:00 +01:00 committed by GitHub
parent 34c99dea95
commit 4b57abd68f
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 "altserver" do
version "1.4.2"
version "1.4.2,41"
sha256 "814e573e8275e1d608f4b63f85fd9292451c614e565ab6b61156693eaf9b7967"
url "https://f000.backblazeb2.com/file/altstore/altserver/#{version.dots_to_underscores}.zip",
url "https://f000.backblazeb2.com/file/altstore/altserver/#{version.before_comma.dots_to_underscores}.zip",
verified: "f000.backblazeb2.com/file/"
appcast "https://altstore.io/altserver/sparkle-macos.xml"
name "AltServer"
homepage "https://altstore.io/"
livecheck do
url "https://altstore.io/altserver/sparkle-macos.xml"
strategy :sparkle
end
depends_on macos: ">= :mojave"
app "AltServer.app"