homebrew-cask/Casks/obyte.rb

20 lines
728 B
Ruby

cask 'obyte' do
version '3.0.2'
sha256 'f48899aed7ab46c9f84e8003f3b5cbc623756fadc1177b469fb8e195d0095195'
# github.com/byteball/obyte-gui-wallet was verified as official when first introduced to the cask
url "https://github.com/byteball/obyte-gui-wallet/releases/download/v#{version}/Obyte-osx64.dmg"
appcast 'https://github.com/byteball/obyte-gui-wallet/releases.atom'
name 'Obyte'
homepage 'https://obyte.org/'
app 'Obyte.app'
zap trash: [
'~/Library/Application Support/obyte',
'~/Library/Caches/obyte',
'~/Library/Preferences/com.nw-builder.obyte.plist',
'~/Library/Saved Application State/com.nw-builder.obyte.savedState',
]
end