homebrew-cask/Casks/byteball.rb

20 lines
731 B
Ruby

cask 'byteball' do
version '2.5.0'
sha256 '2c2044b41ff0e340506312e36599d9f790261eaa479183cb9fb1c74d07f17b1d'
# 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'
name 'Byteball'
homepage 'https://byteball.org/'
app 'byteball.app'
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',
]
end