diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-04 22:57:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-04 22:57:46 +0000 |
commit | c6dcf02b9b7b5888bda09a311d82503a52a629d1 (patch) | |
tree | db1ba3099795545bad89e70b30f83813d4cfcf32 /lang/go/Makefile | |
parent | cd4ef5356cd7db93428b3876319858e40abd5b7d (diff) | |
download | pkgsrc-c6dcf02b9b7b5888bda09a311d82503a52a629d1.tar.gz |
Upstream did distfile switcheroo. Update checksum to match the one listed
on https://golang.org/dl/. Diff to previous rel revealed nothing weird.
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r-- | lang/go/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index f15a70bdc2c..eab822669ba 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2015/01/16 11:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/02/04 22:57:46 tnn Exp $ .include "version.mk" DISTNAME= go${GO_VERSION}.src PKGNAME= go-${GO_VERSION} +DIST_SUBDIR= ${PKGNAME_NOREV} # remove this line next release CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ PATCH_SITES= https://codereview.appspot.com/download/ |