mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/bitcoin: Updated for version 0.16.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c9575313f3
commit
7c84c6b34d
3 changed files with 5 additions and 5 deletions
|
@ -13,6 +13,6 @@ If you just want to send and receive Bitcoins you should look at
|
|||
a light client like Electrum.
|
||||
|
||||
Please make sure to read the release notes first before upgrading:
|
||||
https://bitcoincore.org/en/releases/0.16.0/
|
||||
https://bitcoincore.org/en/releases/0.16.1/
|
||||
|
||||
qrencode is an optional but strongly recommended dependency.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.16.0}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.16.0"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="https://bitcoincore.org"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0.tar.gz"
|
||||
MD5SUM="bdb8add42f2ea139a803eceae24ef896"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.1/bitcoin-0.16.1.tar.gz"
|
||||
MD5SUM="827a35eb51def9296f6f56c66aacd66a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
|
|
Loading…
Reference in a new issue