homebrew-cask/Casks/bitcoin-core.rb

14 lines
430 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bitcoin-core' do
version '0.11.2'
sha256 '413dd4335ced455c0e773d4081f7ff7e5e23e8098bf1fe402e0185cc584ca0df'
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'
name 'Bitcoin Core'
homepage 'https://bitcoin.org/'
license :mit
2015-10-01 21:18:42 +08:00
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'Bitcoin-Qt.app', :target => 'Bitcoin Core.app'
end