diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-07-13 11:36:30 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-07-13 11:36:30 +0000 |
commit | 7d54633d71d3154d9258ea9fb04b7b0c1e5a40d6 (patch) | |
tree | f7f4981d9274f3bbdc73e05af4264e46f872afc3 /security/amass/Makefile | |
parent | 985ab7a6c9eb6177140ba5b3ecbe8d0b58bc10f3 (diff) | |
download | pkgsrc-7d54633d71d3154d9258ea9fb04b7b0c1e5a40d6.tar.gz |
Revbump all Go packages after go116 update
Diffstat (limited to 'security/amass/Makefile')
-rw-r--r-- | security/amass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amass/Makefile b/security/amass/Makefile index 37ab5e87b7a..b535601193c 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2021/06/06 12:18:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.14 2021/07/13 11:36:34 bsiegert Exp $ DISTNAME= amass-3.11.13 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass |