bitcoin 0.17.1
Closes #35461. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
4d3bea5dc8
commit
f2c9eb1858
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.17.0/bitcoin-0.17.0.tar.gz"
|
||||
sha256 "98ef39e851644bba1ac51edaa53c7c47c20a3980333def7bc642c8261a12785e"
|
||||
revision 1
|
||||
url "https://bitcoin.org/bin/bitcoin-core-0.17.1/bitcoin-0.17.1.tar.gz"
|
||||
sha256 "3e564fb5cf832f39e930e19c83ea53e09cfe6f93a663294ed83a32e194bda42a"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue