homebrew-cask/Casks/go64.rb

22 lines
729 B
Ruby
Raw Normal View History

cask 'go64' do
# note: "64" is not a version number, but an intrinsic part of the product name
2019-11-06 10:08:10 +08:00
version '1.1'
sha256 '54c7c7b111cabedad4d5f6ae2611b5dd81b0fda05e8819e4ae050025295729a1'
url "https://www.stclairsoft.com/download/Go64-#{version}.zip"
appcast 'https://www.stclairsoft.com/cgi-bin/sparkle.cgi?GO'
name 'Go64'
homepage 'https://www.stclairsoft.com/Go64/'
2019-11-27 00:06:53 +08:00
auto_updates true
app 'Go64.app'
zap trash: [
'~/Library/Saved Application State/com.stclairsoft.Go64.savedState',
'~/Library/Application Support/com.stclairsoft.Go64',
'~/Library/Caches/com.stclairsoft.Go64',
'~/Library/Preferences/com.stclairsoft.Go64.plist',
]
end