diff options
author | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
commit | c77c7fc60c48c9aaa8f915eb112405e8879e46aa (patch) | |
tree | 46509cb375dc9d89676ab0d115c35629fc7326ae /community/bitcoin | |
parent | 9a6b691757346035549dbd12d1323301d04a6675 (diff) |
Wed Jun 27 00:01:57 UTC 2012
Diffstat (limited to 'community/bitcoin')
-rw-r--r-- | community/bitcoin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index fc1930db8..f986423c6 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 70477 2012-05-09 10:21:50Z tredaelli $ +# $Id: PKGBUILD 72962 2012-06-25 16:40:54Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') -pkgver=0.6.2 -_commit=06d764e +pkgver=0.6.3 +_commit=bbe1084 pkgrel=1 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" @@ -14,7 +14,7 @@ conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git') replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git') license=('MIT') source=("$pkgbase-$pkgver.tar.gz::https://github.com/bitcoin/$pkgbase/tarball/v$pkgver") -sha256sums=('03c72d7bcdec70cb88033abb785b50686880b95d4768e8586891a9728d498c5a') +sha256sums=('3f1a0df5d713c9e4f54f00a8f3f75c6828041afd826e16976b00229de0aecb70') build() { cd "$srcdir/bitcoin-$pkgbase-$_commit" |