Skip to content

Commit

Permalink
Merge pull request #4277 from vitorgalvao/rename-bitcoin
Browse files Browse the repository at this point in the history
Renamed bitcoin to bitcoin-core
  • Loading branch information
vitorgalvao committed May 10, 2014
2 parents a484e4d + 0609ffd commit f718e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/bitcoin.rb → Casks/bitcoin-core.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Bitcoin < Cask
class BitcoinCore < Cask
url 'https://bitcoin.org/bin/0.9.1/bitcoin-0.9.1-macosx-setup.dmg'
homepage 'https://bitcoin.org/'
version '0.9.1'
sha256 '0390fbf5bf1ef876d95f277319983342c47252bf8369bab45def9d13afcbf4e2'
link 'Bitcoin-Qt.app'
link 'Bitcoin-Qt.app', :target => 'Bitcoin Core.app'
end

0 comments on commit f718e0d

Please sign in to comment.