bitcoin 0.18.1
Closes #42983. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
556edd114a
commit
9d98456db7
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Bitcoin < Formula
|
||||
desc "Decentralized, peer to peer payment network"
|
||||
homepage "https://bitcoin.org/"
|
||||
url "https://bitcoin.org/bin/bitcoin-core-0.18.0/bitcoin-0.18.0.tar.gz"
|
||||
sha256 "5e4e6890e07b620a93fdb24605dae2bb53e8435b2a93d37558e1db1913df405f"
|
||||
revision 2
|
||||
url "https://bitcoin.org/bin/bitcoin-core-0.18.1/bitcoin-0.18.1.tar.gz"
|
||||
sha256 "5c7d93f15579e37aa2d1dc79e8f5ac675f59045fceddf604ae0f1550eb03bf96"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue