26 lines
658 B
Ruby
26 lines
658 B
Ruby
cask "switch" do
|
|
version "11.09"
|
|
sha256 :no_check
|
|
|
|
url "https://www.nch.com.au/components/switchmaci.zip"
|
|
name "Switch Audio Converter"
|
|
desc "Multiple format audio file converter"
|
|
homepage "https://www.nch.com.au/switch/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Switch.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Switch",
|
|
"~/Library/Application Support/SwitchSubStatAbort",
|
|
"~/Library/Caches/com.apple.tiswitcher.cache",
|
|
"~/Library/Caches/SwitchCounts.txt",
|
|
"~/Library/Preferences/ByHost/com.nchsoftware.switch.*.plist",
|
|
"~/Library/Preferences/com.nchsoftware.switch.plist",
|
|
]
|
|
end
|