homebrew-cask/Casks/bitcoin-core.rb

13 lines
410 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bitcoin-core' do
2016-02-24 09:44:51 +08:00
version '0.12.0'
sha256 '0c7e0791934800c7f8e218e29b4fe53a9356a23996dd5dcdf4c64f8e61e45015'
2015-04-30 02:00:06 +08:00
url "https://bitcoin.org/bin/bitcoin-core-#{version}/bitcoin-#{version}-osx.dmg"
2015-02-08 18:58:43 +08:00
name 'Bitcoin Core'
homepage 'https://bitcoin.org/'
license :mit
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'Bitcoin-Qt.app', target: 'Bitcoin Core.app'
end