diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-02 07:28:47 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-02 07:30:42 +0000 |
commit | 9d9613271b5aed15298cead124f605178ab74a19 (patch) | |
tree | 3d74ca65ce7a0cffae877a5e6ba8ecae91471c81 /community/certbot/APKBUILD | |
parent | 6fbcbc6eed62f3f05fec8bae02aa07ab5d209d0b (diff) | |
download | aports-9d9613271b5aed15298cead124f605178ab74a19.tar.bz2 aports-9d9613271b5aed15298cead124f605178ab74a19.tar.xz |
community/certbot: upgrade to 0.11.0
Diffstat (limited to 'community/certbot/APKBUILD')
-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 c0b7049fd8..041d485edb 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.10.2 +pkgver=0.11.0 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -41,6 +41,6 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -md5sums="3eda274c82e4faa96af2ea6dca783748 certbot-0.10.2.tar.gz" -sha256sums="da6c357e831926cfb57ec49c1fb3b9a5bbce0202fb7fb60487ee52944c712341 certbot-0.10.2.tar.gz" -sha512sums="ec3ccb5d5ad1f3a4fd9c4070fb74c877d4d2cece7f23f450c87d504229d80dd63ae4dc6b2ddd77e85ae6636184efa3259ba57eeb929a44172ead41aa067b60fe certbot-0.10.2.tar.gz" +md5sums="076fddad0c86ef3d495e3a32d578d8fb certbot-0.11.0.tar.gz" +sha256sums="5157c7b9b08e65009f242a90def40555204dfaf2828436b78b363f8f0345f0b5 certbot-0.11.0.tar.gz" +sha512sums="eb558efbbf9add7e5b7b33a3c1daee64c130a6c944c6e08b540e9b5909f0fc0a7dc53abc1466955f849c2aa09f3042ead2cc572e6b710dcd40b7a2d1deb8c7b0 certbot-0.11.0.tar.gz" |