bit-slicer: add livecheck (#96188)

This commit is contained in:
Markus Reiter 2020-12-21 16:26:06 +01:00 committed by GitHub
parent e9a5b9a31c
commit 773f106d4a
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 "bit-slicer" do
version "1.7.9"
version "1.7.9,1135"
sha256 "5dd8ab04ac8ba019bbed906eb6f8efe5d6d6adcb8952eae9fe23bef5138cd420"
url "https://zgcoder.net/software/bitslicer/dist/stable/Bit_Slicer_#{version}.zip",
url "https://zgcoder.net/software/bitslicer/dist/stable/Bit_Slicer_#{version.before_comma}.zip",
verified: "zgcoder.net/"
appcast "https://zgcoder.net/bitslicer/update/appcast.xml"
name "Bit Slicer"
desc "Universal game trainer"
homepage "https://github.com/zorgiepoo/bit-slicer/"
livecheck do
url "https://zgcoder.net/bitslicer/update/appcast.xml"
strategy :sparkle
end
app "Bit Slicer.app"
end