diff options
Diffstat (limited to 'security/py-certbot/Makefile.common')
-rw-r--r-- | security/py-certbot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index 538d6478e67..688d2141806 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2021/10/10 18:43:11 adam Exp $ +# $NetBSD: Makefile.common,v 1.60 2021/11/13 17:30:26 adam Exp $ # used by security/py-acme/Makefile # used by security/py-certbot/Makefile # used by security/py-certbot-apache/Makefile @@ -16,7 +16,7 @@ # used by security/py-certbot-dns-sakuracloud/Makefile # used by security/py-certbot-nginx/Makefile -CERTBOT_VERSION= 1.20.0 +CERTBOT_VERSION= 1.21.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES?= security python |