summaryrefslogtreecommitdiff
path: root/community/bitcoin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bitcoin/PKGBUILD')
-rw-r--r--community/bitcoin/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD
index dda483d55..3a0166376 100644
--- a/community/bitcoin/PKGBUILD
+++ b/community/bitcoin/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 96972 2013-09-09 14:59:02Z tredaelli $
+# $Id: PKGBUILD 97296 2013-09-16 16:48:10Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
license=('MIT')
source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('cd746a4ab3b656e41e3f09722a7336fb978eb726bae55591314f1dad60759ecc')
+sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63')
build() {
cd "$srcdir/$pkgbase-$pkgver-linux/src"