IOTA Wallet now available on Homebrew Cask
Permalink
Toggle all file notes
Browse files
Add "IOTA Wallet.app" v2.4.0 (#38424)
* Add "IOTA Wallet.app" v2.4.0
IOTA is an all-new cryptocurrency based on the "tangle" instead of a blockchain.
* add appcast to IOTA Wallet
* checkpoint
Loading branch information...
Showing
1 changed file
with
15 additions
and 0 deletions.
+15
−0
Casks/iota-wallet.rb
@@ -0,0 +1,15 @@
+cask 'iota-wallet' do
+ version '2.4.0'
+ sha256 '6e129bc2800e67a5a4434c2ff27cd1cb936caaf6cbff67c905b6c78d329ea46b'
+
+ # github.com/iotaledger/wallet was verified as official when first introduced to the cask
+ url "https://github.com/iotaledger/wallet/releases/download/v#{version}/IOTA.Wallet-#{version}.dmg"
+ appcast 'https://github.com/iotaledger/wallet/releases.atom',
+ checkpoint: 'f1e4a8683d0bc575989ca022baf66cabbdff143f509e4db3ba5b7f645c858fb0'
+ name 'IOTA Wallet'
+ homepage 'https://iota.org/'
+
+ app 'IOTA Wallet.app'
+
+ zap trash: '~/Library/Application Support/IOTA Wallet'
+end