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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Feb 16 22:39:40 UTC 2018


    Date: Friday, February 16, 2018 @ 22:39:39
  Author: bpiotrowski
Revision: 317173

2:1.10+2306+25101aad-1: sync with release-branch.go1.10 branch

Modified:
  go-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 22:27:12 UTC (rev 317172)
+++ PKGBUILD	2018-02-16 22:39:39 UTC (rev 317173)
@@ -3,7 +3,7 @@
 
 pkgname=go-tools
 epoch=2
-pkgver=1.9+2247+5d2fd3cc
+pkgver=1.10+2306+25101aad
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(BSD)
 depends=(glibc)
 makedepends=(git go-pie)
-_commit=5d2fd3ccab986d52112bf301d47a819783339d0e
-_net_commit=ab5485076ff3407ad2d02db054635913f017b0ed
+_commit=25101aadb97aa42907eee6a238d6d26a6cb3c756
+_net_commit=136a25c244d3019482a795d728110278d6ba09a4
 source=(git+https://go.googlesource.com/tools#commit=$_commit
         git+https://github.com/golang/net#commit=$_net_commit)
 md5sums=('SKIP'
@@ -23,7 +23,7 @@
         ssadump stringer)
 
 pkgver() {
-  local _gover=1.9
+  local _gover=1.10
   cd tools
   printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" \
     "$(git rev-parse --short HEAD)"



More information about the arch-commits mailing list