diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 06:35:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 06:35:38 +0000 |
commit | a1c2963fec52fc9756d06592f258cbae08d3b0ec (patch) | |
tree | 45e33565329928a12f62db471d16abf1e946fd92 /community/certbot | |
parent | 0b6ea255996425053b0026832c1624416b0e6341 (diff) | |
download | aports-a1c2963fec52fc9756d06592f258cbae08d3b0ec.tar.bz2 aports-a1c2963fec52fc9756d06592f258cbae08d3b0ec.tar.xz |
community/certbot: upgrade to 0.18.2
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 f316ba9b15..7ff9ce290f 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.18.1 +pkgver=0.18.2 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -45,4 +45,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="62f9a247075d007f4b905646fbd63228303bfa7dd8c13c09b5f5205c9a0adce80b2956a796d10c8963058f6cf8f3e41acbae695a61187ef691af4dbbd0e693bf certbot-0.18.1.tar.gz" +sha512sums="30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4 certbot-0.18.2.tar.gz" |