diff options
author | nomnombtc <nomnombtc@arcor.de> | 2015-01-14 00:20:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-14 00:20:06 +0700 |
commit | 5e5d483b18ce4ee68f5e3ea0e25292449efefdea (patch) | |
tree | 5e6e31f3dc175b35ad23d15239fcbe9edb269d71 /network | |
parent | ce286f00e795d785d9f2e371ca21133cf10c8c49 (diff) | |
download | slackbuilds-5e5d483b18ce4ee68f5e3ea0e25292449efefdea.tar.gz |
network/bitcoin: Updated for version 0.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index ae066589c6..64740d6a50 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.9.3} +VERSION=${VERSION:-0.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index e6fd2e9c1a..86974bdaf8 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.9.3" +VERSION="0.9.4" HOMEPAGE="http://www.bitcoin.org" -DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz" -MD5SUM="719ac255715deffafc2ae7554c66ba70" +DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.9.4.tar.gz" +MD5SUM="8f3c0c071e6c432c0c8b47bcdb8a9046" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |