Date: Wednesday, February 1, 2017 @ 16:28:42 Author: tensor5 Revision: 209656
upgpkg: geth 1.5.8-1 Modified: geth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-01 15:50:57 UTC (rev 209655) +++ PKGBUILD 2017-02-01 16:28:42 UTC (rev 209656) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=geth -pkgver=1.5.7 +pkgver=1.5.8 pkgrel=1 pkgdesc='Official golang implementation of the Ethereum protocol' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('glibc') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz") -sha256sums=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369') +sha256sums=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf') build() { cd go-ethereum-${pkgver}
