homebrew-cask/Casks/ark-desktop-wallet.rb

13 lines
514 B
Ruby
Raw Normal View History

cask 'ark-desktop-wallet' do
version '2.6.2'
sha256 'e1cc0f3bfa09105b484299794c9e3f1e8bc4bf256f9331234fe26f40ea7dc36e'
2018-01-10 16:05:10 +08:00
2019-05-23 19:58:51 +08:00
# github.com/ArkEcosystem/desktop-wallet was verified as official when first introduced to the cask
url "https://github.com/ArkEcosystem/desktop-wallet/releases/download/#{version}/ark-desktop-wallet-mac-#{version}.dmg"
appcast 'https://github.com/ArkEcosystem/desktop-wallet/releases.atom'
name 'Ark Desktop Wallet'
2018-01-10 16:05:10 +08:00
homepage 'https://ark.io/'
app 'Ark Desktop Wallet.app'
2018-01-10 16:05:10 +08:00
end