mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
280 B
Ruby
9 lines
280 B
Ruby
class BitcoinCore < Cask
|
|
version '0.9.2.1'
|
|
sha256 'b50c966932474a79e869dee4bb84dd155c98c9f458a4d31bcfbee9481ba3c6b4'
|
|
|
|
url 'https://bitcoin.org/bin/0.9.2.1/bitcoin-0.9.2.1-osx.dmg'
|
|
homepage 'https://bitcoin.org/'
|
|
|
|
link 'Bitcoin-Qt.app', :target => 'Bitcoin Core.app'
|
|
end
|