mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/bitcoin: Updated for version 24.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6cd146089
commit
52d391cc89
3 changed files with 5 additions and 5 deletions
|
@ -13,4 +13,4 @@ If you just want to send and receive Bitcoins you can also look
|
|||
at a light client like Electrum.
|
||||
|
||||
Please make sure to read the release notes first before upgrading:
|
||||
https://bitcoincore.org/en/releases/23.0/
|
||||
https://bitcoincore.org/en/releases/24.0.1/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-23.0}
|
||||
VERSION=${VERSION:-24.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="23.0"
|
||||
VERSION="24.0.1"
|
||||
HOMEPAGE="https://bitcoincore.org"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0.tar.gz"
|
||||
MD5SUM="250d1239691f8338a7cc4e5439a0ff29"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1.tar.gz"
|
||||
MD5SUM="b1cc93c03875f17d759f1294292a4e78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf3"
|
||||
|
|
Loading…
Reference in a new issue