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

13 lines
505 B
Ruby
Raw Normal View History

cask 'ark-desktop-wallet' do
version '2.4.0'
sha256 'c2dbec2d15749355647ec8de8f988b566528a9dc0cdbdd173dce49a5bc62daae'
2018-01-10 16:05:10 +08:00
# github.com/ArkEcosystem/ark-desktop was verified as official when first introduced to the cask
url "https://github.com/ArkEcosystem/ark-desktop/releases/download/#{version}/ark-desktop-wallet-mac-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/ArkEcosystem/ark-desktop/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