Date: Monday, January 16, 2017 @ 10:29:34 Author: tensor5 Revision: 207615
upgpkg: geth 1.5.7-1 Modified: geth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-16 10:24:21 UTC (rev 207614) +++ PKGBUILD 2017-01-16 10:29:34 UTC (rev 207615) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=geth -pkgver=1.5.6 +pkgver=1.5.7 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=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac') +sha256sums=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369') build() { cd go-ethereum-${pkgver}
