Date: Friday, April 14, 2017 @ 12:26:50
  Author: tensor5
Revision: 223011

upgpkg: geth 1.6.0-1

Modified:
  geth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-14 12:10:54 UTC (rev 223010)
+++ PKGBUILD    2017-04-14 12:26:50 UTC (rev 223011)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <[email protected]>
 
 pkgname=geth
-pkgver=1.5.9
+pkgver=1.6.0
 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=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
+sha256sums=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
 
 build() {
     cd go-ethereum-${pkgver}

Reply via email to