homebrew-cask/Casks/armory.rb

14 lines
487 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'armory' do
2016-06-06 11:10:25 +08:00
version '0.94.1'
sha256 'e1a977de35840d969bdf4039a0d5ddb466866ee793e9c178b0650ebbbf93af5c'
2016-06-06 11:10:25 +08:00
url "https://github.com/goatpig/BitcoinArmory/releases/download/v#{version}/armory_#{version}_osx.tar.gz"
appcast 'https://github.com/goatpig/BitcoinArmory/releases.atom',
checkpoint: '50b50e2071c2cb4f05c0564cc0019d7fdd621ccc225953cdf4c1d93e40abba12'
2015-01-04 11:15:51 +08:00
name 'Armory'
2016-06-06 11:10:25 +08:00
homepage 'https://github.com/goatpig/BitcoinArmory'
license :oss
2014-09-16 00:05:15 +08:00
app 'Armory.app'
2013-08-08 07:32:17 +08:00
end