diff options
author | prspkt <prspkt@protonmail.com> | 2019-08-22 09:11:49 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-08-22 10:45:43 +0300 |
commit | e25aee097c50be4c769b0bc57c35dc4517d87e86 (patch) | |
tree | d16e91bd4cde38bb53300ce2310a6f6fb6fa94c0 /community/certbot | |
parent | f09541be94b2f46c3a3fa08ff3eff7ea73473992 (diff) | |
download | aports-e25aee097c50be4c769b0bc57c35dc4517d87e86.tar.bz2 aports-e25aee097c50be4c769b0bc57c35dc4517d87e86.tar.xz |
community/certbot: upgrade to 0.37.2
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index e334dc192d..1dc2c6a121 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot -pkgver=0.37.1 +pkgver=0.37.2 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -97,5 +97,5 @@ apache() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="c6a54a795823d5ba7178adc3c494703c120a7c748f402c2afa626eadeca6d73acd03e0ec96c553ef12f6839dfb268608b590efc6b0d574382f3c44a258059999 certbot-0.37.1.tar.gz +sha512sums="2e357dfcb6da669f1ab6e4f9aa3e8e3457ce0f794f40c9ac862a9f24208b4f4d773dbafffd97fd1f7e5b2a29e1ca99be787101469384a9e61b4ddb077b644211 certbot-0.37.2.tar.gz eef4247230e27327b90b07489ff8774539624135f2196010fd0c188709da7f092afcb58d8690a48280e508f619bc580295eeb8d12364234d1933a35d31c4c924 remove-check-for-setuptools-version.patch" |