mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
network/bitcoin: Updated for version 0.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
687c89521a
commit
7492e88025
3 changed files with 5 additions and 5 deletions
|
@ -13,6 +13,6 @@ 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/0.19.0.1/
|
||||
https://bitcoincore.org/en/releases/0.19.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.19.0.1}
|
||||
VERSION=${VERSION:-0.19.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.19.0.1"
|
||||
VERSION="0.19.1"
|
||||
HOMEPAGE="https://bitcoincore.org"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.19.0.1/bitcoin-0.19.0.1.tar.gz"
|
||||
MD5SUM="b75e3be7c73329ce0194a7b2c179d690"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.19.1/bitcoin-0.19.1.tar.gz"
|
||||
MD5SUM="6066d7247a5a8c61392fb79ae882bd30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf qt5"
|
||||
|
|
Loading…
Reference in a new issue