homebrew-cask/Casks/mycrypto.rb

13 lines
456 B
Ruby

cask 'mycrypto' do
version '1.5.3'
sha256 'fdf27d89be190f0e540fbc69bb937f9413e6b0d1ba78cea0db9ed68a93cd8b78'
# github.com/MyCryptoHQ/MyCrypto was verified as official when first introduced to the cask
url "https://github.com/MyCryptoHQ/MyCrypto/releases/download/#{version}/mac_#{version}_MyCrypto.dmg"
appcast 'https://github.com/MyCryptoHQ/MyCrypto/releases.atom'
name 'MyCrypto'
homepage 'https://mycrypto.com/'
app 'MyCrypto.app'
end