mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/bitcoin: Updated for version 22.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d66f434c6
commit
e61ed1702d
2 changed files with 5 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-0.21.0}
|
||||
VERSION=${VERSION:-22.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -82,8 +82,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sed -i '/^#include <QPainter>$/a #include <QPainterPath>' src/qt/trafficgraphwidget.cpp
|
||||
|
||||
# build bitcoin-core
|
||||
[ -f autogen.sh ] && sh autogen.sh
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="0.21.0"
|
||||
VERSION="22.0"
|
||||
HOMEPAGE="https://bitcoincore.org"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.21.0/bitcoin-0.21.0.tar.gz"
|
||||
MD5SUM="a99c80d18243db0b8089882f9be1302a"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0.tar.gz"
|
||||
MD5SUM="f822f7e798fbdc36e8fc18b355ab446d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
REQUIRES="protobuf3"
|
||||
MAINTAINER="nomnombtc"
|
||||
EMAIL="nomnombtc@arcor.de"
|
||||
|
|
Loading…
Reference in a new issue