Add AltServer Latest (#69809)

This commit is contained in:
Malo Bourgon 2019-09-27 11:46:47 -07:00 committed by Markus Reiter
parent 6b57da62b8
commit 8b52a05fdb
1 changed files with 13 additions and 0 deletions

13
Casks/altserver.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'altserver' do
version :latest
sha256 :no_check
# f000.backblazeb2.com/file was verified as official when first introduced to the cask
url 'https://f000.backblazeb2.com/file/altstore/altserver.dmg'
name 'AltServer'
homepage 'https://altstore.io/'
depends_on macos: '>= :mojave'
app 'AltServer.app'
end