cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / bitcoin-core.rb
blob42c4e4300baf2e10ba63b66017cb94f70e6199d8
1 cask :v1 => 'bitcoin-core' do
2   version '0.9.3'
3   sha256 '251938650bd79681dd93dcce346589aa5d1217d012a6f8e749165ef2149662d2'
5   url "https://bitcoin.org/bin/#{version}/bitcoin-#{version}-macosx.dmg"
6   homepage 'https://bitcoin.org/'
7   license :mit
9   # Renamed for clarity: app name is inconsistent with its branding.
10   # Original discussion: https://github.com/caskroom/homebrew-cask/pull/3634
11   app 'Bitcoin-Qt.app', :target => 'Bitcoin Core.app'
12 end