X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9FAE1DC0E1E for ; Sun, 14 Sep 2014 22:04:56 +0000 (UTC) Received: from [81.4.121.188] (port=59544 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1XTHuK-003CFU-BC; Sun, 14 Sep 2014 23:04:53 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/bitcoin: update to 0.9.3rc2 Date: Sun, 14 Sep 2014 22:04:20 +0000 Message-Id: <1410732260-10666-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.1.0 X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: update to 0.9.3rc2 --- testing/bitcoin/APKBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD index 9324157..a6c4af1 100644 --- a/testing/bitcoin/APKBUILD +++ b/testing/bitcoin/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Natanael Copa # Maintainer: Stuart Cardall pkgname=bitcoin -pkgver=0.9.2.1 +pkgver=0.9.3 +_pkgver=rc2 pkgrel=0 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" @@ -14,16 +15,13 @@ makedepends="$depends_dev boost-dev openssl-dev db-dev miniupnpc-dev autoconf automake libtool" install="$pkgname.post-install $pkgname.pre-install" subpackages="$pkgname-qt $pkgname-cli" -source="$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz +source="$pkgname-$pkgver$_pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver$_pkgver.tar.gz ssize_t.patch $pkgname.initd $pkgname.conf " -#20-set-default-env.patch - - -_builddir="$srcdir"/bitcoin-$pkgver +_builddir="$srcdir"/bitcoin-$pkgver$_pkgver prepare() { local i cd "$_builddir" @@ -69,15 +67,15 @@ cli() { mv "$pkgdir"/usr/bin/bitcoin-cli "$subpkgdir"/usr/bin/ || return 1 } -md5sums="bd3caef17ba5bf9075ff26cd1b29cdae bitcoin-0.9.2.1.tar.gz +md5sums="6c54e6ae0ba7aef6771d0bd6b839d055 bitcoin-0.9.3rc2.tar.gz 716a88e668729e89d3eb929da86f7f04 ssize_t.patch 56edf10681b0cd7cc33de1fd24155108 bitcoin.initd 3e9b4a37bb46e6cd83b6824870c58484 bitcoin.conf" -sha256sums="7cadbadd90485b7302b86ce041db576aad650f6c621d3a552d09e7231d3fcfd8 bitcoin-0.9.2.1.tar.gz +sha256sums="f44ac59c2bcdf630f234c5868f58d3256e446608fdb36ff2666d8b84a201f58b bitcoin-0.9.3rc2.tar.gz f0a094c7b374338ad153ee06b7dd2369dad6b97b1f1bb0252da12c9aaace5321 ssize_t.patch df060fcee7227a2c7c4a435e24dea25b6388a6d6a98f01975c466a2c770e976a bitcoin.initd b7a31bf251f1011ab6584b610acac8494612c2012e9771985228c36c08a315ac bitcoin.conf" -sha512sums="059be086bacfe39c0983dc4ae768349b8d9213b3cd7b60157c7606a25b8b3156e0ffb86e28711550e20b1e6f692bfed021aa1d4ec583496189fa821fc547ad92 bitcoin-0.9.2.1.tar.gz +sha512sums="72ef51822a3f245a416ea3963340bba94911b12968ac8ea86212dbc39ce1e0f2b26a03830c02a79b891fae928f2569d25efa05f40a723b29875e67c147084ddc bitcoin-0.9.3rc2.tar.gz 98aa5ad81bdb4ae961b791bc978c39117cdf2d83c2181f92bebbb0db107d9b6e86eda265fb3f93ff8a5ca8a7754d7148818b98095d57201dff9363d60b97e7dd ssize_t.patch 9bab044e3ddc229f8e2b2eb170361f92d234c78e21c6f1c24a5fe1d0b480db5b6728dda990752eb0820085ecdc41538e735d631ff5886c270475a5b634e3729f bitcoin.initd 48abce0f0a5b088c957aa5cb2bcf9bb520593caa7a20019bdf785e43f7d2459968240d4529dfa30be2fca92891bf50c1253a513530511e99d8ee471d9ff6bd95 bitcoin.conf" -- 2.1.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---