diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-14 12:43:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-14 12:43:38 +0000 |
commit | 311bcdecf563a160efe8d8ce24b59a2a3a2e2b41 (patch) | |
tree | 59ee51e7c5729d8d9e01783f281daf0f824ea73b /community/certbot | |
parent | f3c3150e6348344e50e67446cad28c78bc1d2f86 (diff) | |
download | aports-311bcdecf563a160efe8d8ce24b59a2a3a2e2b41.tar.bz2 aports-311bcdecf563a160efe8d8ce24b59a2a3a2e2b41.tar.xz |
community/certbot: upgrade to 0.9.3
Diffstat (limited to 'community/certbot')
-rw-r--r-- | community/certbot/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 7117af9461..9ee201dbcf 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.9.2 +pkgver=0.9.3 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -41,6 +41,6 @@ acme() { python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -md5sums="b2984f6bf66c5f6933fb4cc20d23b3fb certbot-0.9.2.tar.gz" -sha256sums="29936e3f11fb797a5bd28d7b35b664866b2895c716d959f847a0049750217f7d certbot-0.9.2.tar.gz" -sha512sums="669013844df16dd81b51c39ba2b34337c4952d85793e5508a498456785e15c3671a6693af5ef40831745be94ab30a212c4ec4e2a07c37c1037e9159c71160b7f certbot-0.9.2.tar.gz" +md5sums="23920103accbed8adc6e7e30b14581e2 certbot-0.9.3.tar.gz" +sha256sums="5c40cfcf3a17624e34dcb733148bd247c4f0cee189766fe0fb6d29571d4068bb certbot-0.9.3.tar.gz" +sha512sums="a951e639515fc037721d8b086e53100dcc86974a96c61c7173b2a9c0582bb59380efe219caf3fd1517fcdf28dde4a1f66bba84b51e2a2027df114818ff4d7565 certbot-0.9.3.tar.gz" |