diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-20 07:38:41 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-20 07:38:41 +0000 |
commit | 7b1593e9260d2408e5bafd2c6be8366eedcd6e05 (patch) | |
tree | 183f6d9058bfb26d77e43f1322dd15b5aea47225 /community/certbot | |
parent | 51946d6a3d67efb0114e7b0990981f245e3fc23d (diff) | |
download | aports-7b1593e9260d2408e5bafd2c6be8366eedcd6e05.tar.bz2 aports-7b1593e9260d2408e5bafd2c6be8366eedcd6e05.tar.xz |
community/certbot: upgrade to 0.22.1
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 5be3c2827a..b99c1398d8 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.22.0 +pkgver=0.22.1 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="406810e29a2637c420b9a8a3feb3a2ffb77bd740419cbcf46d10ab152a7252c765c058481b2a1f9a96cc426a9ae018bf90540fc0ebd54be1c8822c528cf1b605 certbot-0.22.0.tar.gz" +sha512sums="453e70f8541464f0c5f5e3e1caab3c0ed3d0b0f63d56ff68605ac94ec609f53305ab4875df50c2b763a00364de90babbdd6445d9fe6d378660f0d69cc04b0946 certbot-0.22.1.tar.gz" |