summaryrefslogtreecommitdiff
path: root/community/bitcoin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bitcoin/PKGBUILD')
-rw-r--r--community/bitcoin/PKGBUILD8
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"