diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-11-08 21:59:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-11-08 21:59:09 +0000 |
commit | 90ec0cef96181f974072861ab2d73ad9f9f2dc8e (patch) | |
tree | 203cd1d9b99811acefdff941d7f3f71d6b831516 /math/go-stats | |
parent | 6b02a14420bd80c9a4d761495b08d88aecc7c1b0 (diff) | |
download | pkgsrc-90ec0cef96181f974072861ab2d73ad9f9f2dc8e.tar.gz |
Revbump all Go packages after Go 1.15 update.
Diffstat (limited to 'math/go-stats')
-rw-r--r-- | math/go-stats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile index b38645dd11c..101f013b841 100644 --- a/math/go-stats/Makefile +++ b/math/go-stats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2020/10/15 13:08:25 bsiegert Exp $ +# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:26 bsiegert Exp $ DISTNAME= stats-0.2.0.20170729 PKGNAME= go-${DISTNAME} -PKGREVISION= 23 +PKGREVISION= 24 MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/} CATEGORIES= math GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca |