diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-12 07:01:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:42 +0000 |
commit | 6794995a8412dd88d6217b5f1186352f8e2f9f99 (patch) | |
tree | 62ceee6eb5b38c9dab5031638866fba6835a33c1 /community/certbot | |
parent | a2b831b335c7547035f26dd4b15bc1b599e70bbd (diff) | |
download | aports-6794995a8412dd88d6217b5f1186352f8e2f9f99.tar.bz2 aports-6794995a8412dd88d6217b5f1186352f8e2f9f99.tar.xz |
community/certbot: rebuild against python 3.7
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index c66cb29b55..05b541792c 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot pkgver=0.33.1 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" |