mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
425 B
Ruby
22 lines
425 B
Ruby
cask "zwift" do
|
|
version "1.1.11"
|
|
sha256 :no_check
|
|
|
|
url "https://cdn.zwift.com/app/ZwiftOSX.dmg"
|
|
name "Zwift"
|
|
desc "Indoor cycling game"
|
|
homepage "https://www.zwift.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
pkg "ZwiftInstaller.pkg"
|
|
|
|
uninstall quit: "com.zwift.ZwiftLauncher",
|
|
pkgutil: "com.zwift.ZwiftLauncher"
|
|
|
|
zap trash: "~/Library/Application Support/Zwift"
|
|
end
|