homebrew-cask/Casks/altserver.rb

23 lines
718 B
Ruby
Raw Normal View History

cask "altserver" do
version "1.3.2"
sha256 "7c1db4387a700f389d173a8cf56d385673419b4c2227e1de4251101c5f14f153"
2019-09-28 02:46:47 +08:00
# f000.backblazeb2.com/file/ was verified as official when first introduced to the cask
url "https://f000.backblazeb2.com/file/altstore/altserver/#{version.dots_to_underscores}.zip"
appcast "https://altstore.io/altserver/sparkle-macos.xml"
name "AltServer"
homepage "https://altstore.io/"
2019-09-28 02:46:47 +08:00
depends_on macos: ">= :mojave"
2019-09-28 02:46:47 +08:00
app "AltServer.app"
uninstall quit: "com.rileytestut.AltServer"
zap trash: [
"~/Library/Caches/com.rileytestut.AltServer",
"~/Library/Cookies/com.rileytestut.AltServer.binarycookies",
"~/Library/Preferences/com.rileytestut.AltServer.plist",
]
2019-09-28 02:46:47 +08:00
end