Date: Monday, January 9, 2017 @ 21:53:14 Author: tensor5 Revision: 206249
upgpkg: geth 1.5.6-1 Modified: geth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-09 21:41:48 UTC (rev 206248) +++ PKGBUILD 2017-01-09 21:53:14 UTC (rev 206249) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=geth -pkgver=1.5.5 +pkgver=1.5.6 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=('364a55b381b5bbf60c09a0e2a9a624d9c08dacb6570725cc2801af7c35db7690') +sha256sums=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac') build() { cd go-ethereum-${pkgver}
