summaryrefslogtreecommitdiffstats
path: root/network/bitcoin
diff options
context:
space:
mode:
author nomnombtc <nomnombtc@arcor.de>2015-04-28 08:20:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-28 08:20:46 +0700
commitb76fdc35905b5376d4d1832b5f7e7ddcbd4a1d31 (patch)
tree6ddca04183cbc24f1e9e550fb9ab3ded29414a88 /network/bitcoin
parent465c65a33ba9ab94b868b4c6960279b0be01f388 (diff)
downloadslackbuilds-b76fdc35905b5376d4d1832b5f7e7ddcbd4a1d31.tar.gz
slackbuilds-b76fdc35905b5376d4d1832b5f7e7ddcbd4a1d31.tar.xz
network/bitcoin: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r--network/bitcoin/README7
-rw-r--r--network/bitcoin/bitcoin.SlackBuild2
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 5 insertions, 10 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 95267d3eb4..4baa7c136e 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -12,13 +12,8 @@ peers in the network. It uses lots of diskspace and bandwith.
If you just want to send and receive Bitcoins you should look at
a light client like Electrum.
-0.10.0 is a major version upgrade which makes use of headers-first
-synchronization and parallel block download, the block files and
-databases are not backwards-compatible with older versions of
-Bitcoin Core or other software.
-
Please make sure you read the Release notes first before upgrading:
-https://bitcoin.org/en/release/v0.10.0
+https://bitcoin.org/en/release/v0.10.1
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 bc1df619ef..bf60fc569c 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.0}
+VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 37882d96e1..0186bcac1b 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.10.0"
+VERSION="0.10.1"
HOMEPAGE="http://www.bitcoin.org"
-DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.10.0.tar.gz"
-MD5SUM="69fb3ebe5fc89f5fb55ca7c46818c3e8"
+DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.10.1.tar.gz"
+MD5SUM="210667b037b2b2c7ed13a499ceb93945"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"