Skip to content

Commit

Permalink
devel/go-tools: update to 0.4.0
Browse files Browse the repository at this point in the history
Selected upstream changes:

 - cmd/compilebench: make it work without installed .a's
 - internal/typesinternal: update go/types error codes for 1.20
 - playground/socket: eliminate an arbitrary timeout in TestLimiter
 - go/ssa: build generic function bodies
 - cmd/godoc: streamline test subprocesses
 - go.mod: update golang.org/x dependencies

PR:		268220
  • Loading branch information
clausecker authored and metalefty committed Dec 7, 2022
1 parent 8626b3d commit 5e81199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devel/go-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tools
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
DISTVERSION= 0.4.0
PORTEPOCH= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
Expand Down
10 changes: 5 additions & 5 deletions devel/go-tools/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1668117276
SHA256 (go/devel_go-tools/tools-v0.3.0/v0.3.0.mod) = be082bd1ac60dce89e16e82652f02d1236109c95f3fd76c165b500d97ea3984e
SIZE (go/devel_go-tools/tools-v0.3.0/v0.3.0.mod) = 211
SHA256 (go/devel_go-tools/tools-v0.3.0/v0.3.0.zip) = bb1015223eedb7e52772fcf955f14c4eabf068229c28043f36bf28a475e5e1a7
SIZE (go/devel_go-tools/tools-v0.3.0/v0.3.0.zip) = 2954411
TIMESTAMP = 1670411737
SHA256 (go/devel_go-tools/tools-v0.4.0/v0.4.0.mod) = 1d0502a3831e7e150ddb4d81f1803aed75e6244a64220909c33788808b6bd80f
SIZE (go/devel_go-tools/tools-v0.4.0/v0.4.0.mod) = 211
SHA256 (go/devel_go-tools/tools-v0.4.0/v0.4.0.zip) = 5b32846c4512286a0830979662fd8112ce4df6559d9727d655da152031ddaf42
SIZE (go/devel_go-tools/tools-v0.4.0/v0.4.0.zip) = 2982281

0 comments on commit 5e81199

Please sign in to comment.