homebrew-cask/Casks/go64.rb

22 lines
729 B
Ruby

cask 'go64' do
# note: "64" is not a version number, but an intrinsic part of the product name
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/'
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