diff options
author | nomnombtc <nomnombtc@arcor.de> | 2015-05-20 23:07:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-20 23:07:46 +0700 |
commit | ea3501c92cb828e765f15a187329607b9adbed00 (patch) | |
tree | faa1e4dd2fb837b95ba97bf1b45d9f012ae55915 | |
parent | 6f03a8168d65168180a8e5b1d17f38307f0eb2b3 (diff) | |
download | slackbuilds-ea3501c92cb828e765f15a187329607b9adbed00.tar.gz |
network/bitcoin: Updated for version 0.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 4baa7c136e..ae2a877704 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.1 +https://bitcoin.org/en/release/v0.10.2 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 bf60fc569c..aa51a25ef6 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.1} +VERSION=${VERSION:-0.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 0186bcac1b..ec695d526f 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.10.1" +VERSION="0.10.2" HOMEPAGE="http://www.bitcoin.org" -DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.10.1.tar.gz" -MD5SUM="210667b037b2b2c7ed13a499ceb93945" +DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.10.2.tar.gz" +MD5SUM="ac03eb641aac6beba5212695668fa989" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |