diff options
author | nomnombtc <nomnombtc@arcor.de> | 2015-07-13 19:09:48 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:57:21 -0500 |
commit | 7bd2a7032f4e830eae28b5599b1d2e2f08306f91 (patch) | |
tree | 9743b579d23164aed79079973dae72fb31751f25 | |
parent | 7e529f73c02dd018d4cbd63488f480495a7bae43 (diff) | |
download | slackbuilds-7bd2a7032f4e830eae28b5599b1d2e2f08306f91.tar.gz |
network/bitcoin: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 6 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index ae2a877704..88ac5e5815 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 aa51a25ef6..ce47fa0d02 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 ec695d526f..5fb07ee99c 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" |