[arch-commits] Commit in geth/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Nov 22 15:44:43 UTC 2017


    Date: Wednesday, November 22, 2017 @ 15:44:41
  Author: tensor5
Revision: 268052

upgpkg: geth 1.7.3-1

Modified:
  geth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 15:20:32 UTC (rev 268051)
+++ PKGBUILD	2017-11-22 15:44:41 UTC (rev 268052)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=geth
-pkgver=1.7.2
-_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
+pkgver=1.7.3
+_commit=4bb3c89d44e372e6a9ab85a8be0c9345265c763a
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('x86_64')
@@ -16,12 +16,12 @@
 
 build() {
     cd go-ethereum
-    
+
     make all
 }
 
 package() {
     cd go-ethereum
-    
+
     install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
 }



More information about the arch-commits mailing list