X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@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 8EDBDDC5E34 for ; Thu, 19 Feb 2015 17:16:54 +0000 (UTC) Received: from [81.4.121.188] (port=56537 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1YOUiZ-001LIT-Pu; Thu, 19 Feb 2015 17:16:51 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/bitcoin: update to 0.10.0 final Date: Thu, 19 Feb 2015 17:16:46 +0000 Message-Id: <1424366206-24199-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.2.2 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-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/bitcoin/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD index 09afb59..fabfb82 100644 --- a/testing/bitcoin/APKBUILD +++ b/testing/bitcoin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Stuart Cardall pkgname=bitcoin -pkgver=0.10.0_rc3 +pkgver=0.10.0 _ver=${pkgver/_/} pkgrel=0 pkgdesc="decentralized P2P electronic cash system" @@ -69,15 +69,15 @@ cli() { mv "$pkgdir"/usr/bin/bitcoin-cli "$subpkgdir"/usr/bin/ || return 1 } -md5sums="c969674ba1a8ccb18d33ea693f0f7d4e bitcoin-0.10.0rc3.tar.gz +md5sums="69fb3ebe5fc89f5fb55ca7c46818c3e8 bitcoin-0.10.0.tar.gz 716a88e668729e89d3eb929da86f7f04 ssize_t.patch 56edf10681b0cd7cc33de1fd24155108 bitcoin.initd 3e9b4a37bb46e6cd83b6824870c58484 bitcoin.conf" -sha256sums="862df879e8e462449619cc40e43dd632b6d4fa5ab4167cd5dccf158aff081114 bitcoin-0.10.0rc3.tar.gz +sha256sums="be57f3b0d64a797873189e45851f3b3510832e14ff18b5f563e1ba8911d145ac bitcoin-0.10.0.tar.gz f0a094c7b374338ad153ee06b7dd2369dad6b97b1f1bb0252da12c9aaace5321 ssize_t.patch df060fcee7227a2c7c4a435e24dea25b6388a6d6a98f01975c466a2c770e976a bitcoin.initd b7a31bf251f1011ab6584b610acac8494612c2012e9771985228c36c08a315ac bitcoin.conf" -sha512sums="c14e632e3951f9a1dbbd0d8a6ecf7e60da8e12c669068bcc85ab32e0bb0c3059ca293cdb0a43277061f5a5e87eb4d63bfcb3cbe3ccc7358e00625290ebf9f2e6 bitcoin-0.10.0rc3.tar.gz +sha512sums="68b0575cd6b2d8ca3237adfe86460114bdb45a77ea75655ddb38412fa8952907471dd05fb368125effd5b6fa07d9203447ebf1fff7a2bd2aedb673d424f18825 bitcoin-0.10.0.tar.gz 98aa5ad81bdb4ae961b791bc978c39117cdf2d83c2181f92bebbb0db107d9b6e86eda265fb3f93ff8a5ca8a7754d7148818b98095d57201dff9363d60b97e7dd ssize_t.patch 9bab044e3ddc229f8e2b2eb170361f92d234c78e21c6f1c24a5fe1d0b480db5b6728dda990752eb0820085ecdc41538e735d631ff5886c270475a5b634e3729f bitcoin.initd 48abce0f0a5b088c957aa5cb2bcf9bb520593caa7a20019bdf785e43f7d2459968240d4529dfa30be2fca92891bf50c1253a513530511e99d8ee471d9ff6bd95 bitcoin.conf" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---