Add Nano.app v17.0 (#57446)

This commit is contained in:
Moritz Sternemann 2019-01-14 22:07:29 +01:00 committed by Vítor Galvão
parent 68a73e98ec
commit 3cd784a8f9
1 changed files with 18 additions and 0 deletions

18
Casks/nano.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'nano' do
version '17.0'
sha256 '6583ac991e5a6db0d309aab7d40263be64e0794c05979a78e3b4753ffd2f4b8e'
# github.com/nanocurrency/nano-node was verified as official when first introduced to the cask
url "https://github.com/nanocurrency/nano-node/releases/download/V#{version}/nano-#{version}-Darwin.dmg"
appcast 'https://github.com/nanocurrency/nano-node/releases.atom'
name 'Nano'
homepage 'https://nano.org/'
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