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

13 lines
514 B
Ruby

cask 'ark-desktop-wallet' do
version '2.5.1'
sha256 'fcd535fbb7385ccebcdcd1266db67151d9b417e6751c171ee8dc6e71052c7af4'
# 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'
homepage 'https://ark.io/'
app 'Ark Desktop Wallet.app'
end