summaryrefslogtreecommitdiffstats
path: root/network/bitcoin
diff options
context:
space:
mode:
Diffstat (limited to 'network/bitcoin')
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild6
-rw-r--r--network/bitcoin/bitcoin.info6
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"