diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-08-03 23:10:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2021-08-04 07:03:30 +0000 |
commit | 9e3895789103ba31c0ec13936a8d598262586d51 (patch) | |
tree | 44c489896e362b88155456d56c976a7566b01dc2 | |
parent | e0bf78187dd34767b004bf04701198d0c94ae6ed (diff) | |
download | aports-9e3895789103ba31c0ec13936a8d598262586d51.tar.gz aports-9e3895789103ba31c0ec13936a8d598262586d51.tar.bz2 aports-9e3895789103ba31c0ec13936a8d598262586d51.tar.xz |
community/certbot-apache: upgrade to 1.18.0
-rw-r--r-- | community/certbot-apache/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot-apache/APKBUILD b/community/certbot-apache/APKBUILD index 2804078ca6..415c677efc 100644 --- a/community/certbot-apache/APKBUILD +++ b/community/certbot-apache/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot-apache -pkgver=1.17.0 +pkgver=1.18.0 pkgrel=0 pkgdesc="Apache plugin for Certbot client" url="https://pypi.org/project/certbot-apache/" @@ -25,5 +25,5 @@ package() { } sha512sums=" -2ccee9f47ad0a873747442d5f06295366a67e4793e59c6b710d335dee1a074133e64b2eb8c8246c64d88a2cda0c26176b572a9a7f98cca0368d1047feb65f653 certbot-apache-1.17.0.tar.gz +f528d5a1a7fff44f685c3155b27bca20723e318817f3499e60a1eb66272e59a644234957325a46366d6f1e993bcb57dee0a8d5acf82cd99a5eaba17dd60f85bb certbot-apache-1.18.0.tar.gz " |