homebrew-cask/Casks/byteball.rb

20 lines
731 B
Ruby
Raw Normal View History

2017-07-24 17:57:38 +08:00
cask 'byteball' do
2018-08-21 05:16:40 +08:00
version '2.5.0'
sha256 '2c2044b41ff0e340506312e36599d9f790261eaa479183cb9fb1c74d07f17b1d'
2017-07-24 17:57:38 +08:00
# github.com/byteball/byteball was verified as official when first introduced to the cask
url "https://github.com/byteball/byteball/releases/download/v#{version}/Byteball-osx64.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/byteball/byteball/releases.atom'
2017-07-24 17:57:38 +08:00
name 'Byteball'
homepage 'https://byteball.org/'
app 'byteball.app'
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Support/byteball',
'~/Library/Caches/byteball',
'~/Library/Preferences/com.nw-builder.byteball.plist',
'~/Library/Saved Application State/com.nw-builder.byteball.savedState',
]
2017-07-24 17:57:38 +08:00
end