homebrew-cask/Casks/armory.rb

13 lines
439 B
Ruby

cask 'armory' do
version '0.96.5'
sha256 '53d0286e54bad62309f3a79a33118f2d1f369be36f9a08b07e61d04aa39f6516'
# github.com/ was verified as official when first introduced to the cask
url "https://github.com/goatpig/BitcoinArmory/releases/download/v#{version}/armory_#{version}_osx.tar.gz"
appcast 'https://github.com/goatpig/BitcoinArmory/releases.atom'
name 'Armory'
homepage 'https://btcarmory.com/'
app 'Armory.app'
end