diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-09-17 13:52:45 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-09-17 13:52:45 +0000 |
commit | 1b4524510e389d1f414c65645b28daea331f825e (patch) | |
tree | bcfd7017c60c1298858817013869bf73070bcb6e /security/amass | |
parent | c0886d45f90e562e06a7cad80fdc6f768f4d32de (diff) | |
download | pkgsrc-1b4524510e389d1f414c65645b28daea331f825e.tar.gz |
Revbump all Go packages after go117 update
Diffstat (limited to 'security/amass')
-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 542610ae8aa..82a62318897 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/08/11 19:35:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2021/09/17 13:52:50 bsiegert Exp $ DISTNAME= amass-3.11.13 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass |