summaryrefslogtreecommitdiffstats
path: root/network/bitcoin
diff options
context:
space:
mode:
author nomnombtc <nomnombtc@arcor.de>2016-10-29 11:42:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-29 11:42:36 +0700
commit6505a06b766cec467fc0291b7e51cfc0bc74b46f (patch)
tree615e02d7fc4ed13fe8de79900246845531af8c66 /network/bitcoin
parent7924a8566d3ae2a408ad97361ebf8984e541e0c5 (diff)
downloadslackbuilds-6505a06b766cec467fc0291b7e51cfc0bc74b46f.tar.gz
slackbuilds-6505a06b766cec467fc0291b7e51cfc0bc74b46f.tar.xz
network/bitcoin: Updated for version 0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r--network/bitcoin/README10
-rw-r--r--network/bitcoin/bitcoin.SlackBuild2
-rw-r--r--network/bitcoin/bitcoin.info8
3 files changed, 13 insertions, 7 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index a62d3b1323..daf1d68f1b 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -12,7 +12,13 @@ peers in the network. It uses lots of diskspace and bandwidth.
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://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes.md
+Please make sure to read the release notes first before upgrading:
+https://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes/release-notes-0.13.1.md
+
+This is a new minor version release, including activation parameters
+for the segwit softfork, various bugfixes and performance improvements.
+Please also read this if you want to know more about segregated witness:
+https://bitcoincore.org/en/2016/01/26/segwit-benefits/
+https://bitcoincore.org/en/2016/10/28/segwit-costs/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index d27848d7e8..ed42461828 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.13.0}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index a5b1a7639b..e77bc120b7 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.13.0"
-HOMEPAGE="http://www.bitcoincore.org"
-DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.0/bitcoin-0.13.0.tar.gz"
-MD5SUM="1cee144c1a359d0f202be401744f9be7"
+VERSION="0.13.1"
+HOMEPAGE="https://bitcoincore.org"
+DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.1/bitcoin-0.13.1.tar.gz"
+MD5SUM="3ccb66404e6da9b995a607de997ca3bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"