diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-06-06 12:18:57 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-06-06 12:18:57 +0000 |
commit | 0c590c74d90cd61a7064c92bc0a199e05ccbdc9e (patch) | |
tree | 9df38653fc761708f71cd6fbe6e7d6ee060d6bdd /security/amass/Makefile | |
parent | 2515cdf44765239222607cf9c3ba25e43bab4fa3 (diff) | |
download | pkgsrc-0c590c74d90cd61a7064c92bc0a199e05ccbdc9e.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 54413ee0753..37ab5e87b7a 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2021/05/08 15:02:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2021/06/06 12:18:58 bsiegert Exp $ DISTNAME= amass-3.11.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass |