homebrew-cask/Casks/byteball.rb

21 lines
821 B
Ruby
Raw Normal View History

2017-07-24 17:57:38 +08:00
cask 'byteball' do
2018-04-17 04:37:23 +08:00
version '2.2.0'
sha256 '436f81611ace2722016228c2f3313e89567231d2ae9d4b0fbb2b2c80030090da'
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"
appcast 'https://github.com/byteball/byteball/releases.atom',
2018-04-17 04:37:23 +08:00
checkpoint: '6bd833dc2ad35e2a02b16b96c7b8a6128ce3345965806e2895ac1dc8586d672f'
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