homebrew-cask/Casks/nano.rb

21 lines
720 B
Ruby
Raw Normal View History

2019-01-15 05:07:29 +08:00
cask 'nano' do
2019-02-22 08:17:21 +08:00
version '18.0'
sha256 '1b6c512449dcf87fe93f6ea4651ff80d9253567f7139c4e41f07f28e5a98d2e6'
2019-01-15 05:07:29 +08:00
# github.com/nanocurrency/nano-node was verified as official when first introduced to the cask
2019-02-22 08:17:21 +08:00
url "https://github.com/nanocurrency/nano-node/releases/download/V#{version}/nano-node-#{version}-Darwin.dmg"
2019-01-15 05:07:29 +08:00
appcast 'https://github.com/nanocurrency/nano-node/releases.atom'
name 'Nano'
homepage 'https://nano.org/'
2019-05-17 18:38:21 +08:00
depends_on macos: '>= :sierra'
2019-01-15 05:07:29 +08:00
app 'Nano.app'
zap trash: [
'~/Library/Preferences/net.raiblocks.rai_wallet.Nano.plist',
'~/Library/Saved Application State/net.raiblocks.rai_wallet.savedState',
'~/Library/RaiBlocks',
]
end