Update devel/go-tools to match the Go 1.8 release.

ok ajacoutot@
This commit is contained in:
jsing 2017-02-23 16:04:16 +00:00
parent 96b7f6618b
commit b4aaf3f903
3 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2016/08/21 14:29:06 czarkoff Exp $
# $OpenBSD: Makefile,v 1.11 2017/02/23 16:04:16 jsing Exp $
COMMENT = various tools for the Go programming language
GH_ACCOUNT = golang
GH_PROJECT = tools
GH_COMMIT = 26c35b4dcf6dfcb924e26828ed9f4d028c5ce05a
DISTNAME = go-tools-1.7.20160815
GH_COMMIT = f8ed2e405fdcbb42c55233531ad98721e6d1cb3e
DISTNAME = go-tools-1.8.20170201
CATEGORIES = devel
HOMEPAGE = https://godoc.org/golang.org/x/tools
@ -35,6 +35,7 @@ _SUBPKGS = benchcmp \
gomvpkg \
gorename \
gotype \
goyacc \
guru \
heapview \
html2article \

View File

@ -1,2 +1,2 @@
SHA256 (go-tools-1.7.20160815.tar.gz) = t5amelaMoN9aWpoYcHA9soGxeQf4ErnPb/QlaPZ2QnU=
SIZE (go-tools-1.7.20160815.tar.gz) = 2183596
SHA256 (go-tools-1.8.20170201.tar.gz) = H6u0dxElwOvKfr86InHF4krqjd/r7LgJIV5EC9kwNeM=
SIZE (go-tools-1.8.20170201.tar.gz) = 2208364

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2016/08/21 14:29:06 czarkoff Exp $
@comment $OpenBSD: PLIST,v 1.7 2017/02/23 16:04:16 jsing Exp $
@conflict stress-*
@pkgpath textproc/godoc
@bin bin/benchcmp
@ -13,6 +13,7 @@
@bin bin/gomvpkg
@bin bin/gorename
@bin bin/gotype
@bin bin/goyacc
@bin bin/guru
@bin bin/heapview
@bin bin/html2article