From 7bd2a7032f4e830eae28b5599b1d2e2f08306f91 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Mon, 13 Jul 2015 19:09:48 +0700 Subject: network/bitcoin: Updated for version 0.11.0. Signed-off-by: Willy Sudiarto Raharjo --- network/bitcoin/README | 2 +- network/bitcoin/bitcoin.SlackBuild | 6 +++--- network/bitcoin/bitcoin.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'network/bitcoin') diff --git a/network/bitcoin/README b/network/bitcoin/README index ae2a877704f7..88ac5e58157d 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -13,7 +13,7 @@ If you just want to send and receive Bitcoins you should look at a light client like Electrum. Please make sure you read the Release notes first before upgrading: -https://bitcoin.org/en/release/v0.10.2 +https://bitcoin.org/en/release/v0.11.0 qrencode is an optional but strongly recommended dependency. UPNP is disabled, it requires the optional dependency miniupnpc. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index aa51a25ef638..ce47fa0d0284 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitcoin -VERSION=${VERSION:-0.10.2} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -116,8 +116,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/README.md COPYING doc/assets-attribution.md doc/build-unix.md \ - doc/bootstrap.md doc/release-notes.md doc/tor.md \ +cp -a doc/README.md COPYING doc/assets-attribution.md \ + doc/build-unix.md doc/release-notes.md doc/tor.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index ec695d526fe2..5fb07ee99c84 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.10.2" +VERSION="0.11.0" HOMEPAGE="http://www.bitcoin.org" -DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.10.2.tar.gz" -MD5SUM="ac03eb641aac6beba5212695668fa989" +DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.0.tar.gz" +MD5SUM="7463ff45ad2ece6fad1b673bb2c2afbb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" -- cgit v1.2.3