mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/bitcoin: Updated for version 0.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce286f00e7
commit
5e5d483b18
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue