diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-10-08 18:55:02 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-10-08 18:55:02 +0000 |
commit | 0165585dc9f4af7ad599c8491298894e99f1d480 (patch) | |
tree | fea278e8cb99bec15012f45a3421440bc9a3ad71 /net/amazon-ecs-cli | |
parent | 60a431b6d814108a92b4693e7f27ed51ec629e5b (diff) | |
download | pkgsrc-0165585dc9f4af7ad599c8491298894e99f1d480.tar.gz |
Revbump all Go packages after go117 update
Diffstat (limited to 'net/amazon-ecs-cli')
-rw-r--r-- | net/amazon-ecs-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/amazon-ecs-cli/Makefile b/net/amazon-ecs-cli/Makefile index ceaa20e7e55..55d766c5267 100644 --- a/net/amazon-ecs-cli/Makefile +++ b/net/amazon-ecs-cli/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2021/09/23 00:15:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.14 2021/10/08 18:55:03 bsiegert Exp $ DISTNAME= amazon-ecs-cli-1.21.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=aws/} GITHUB_TAG= v${PKGVERSION_NOREV} |