diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 07:36:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-07 07:36:05 +0000 |
commit | 93ce30c835d0527e6472e98e3ffa3e759b503811 (patch) | |
tree | 90a54d6be06660286f260037a5ecc7aab18010d1 /community/certbot/APKBUILD | |
parent | 23c5c6c42c4619ba13cd775becdcc5108b9d523e (diff) | |
download | aports-93ce30c835d0527e6472e98e3ffa3e759b503811.tar.bz2 aports-93ce30c835d0527e6472e98e3ffa3e759b503811.tar.xz |
community/certbot: upgrade to 0.13.0
Diffstat (limited to 'community/certbot/APKBUILD')
-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 4201aa82b2..4d0a7eeb88 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.12.0 +pkgver=0.13.0 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -41,4 +41,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -sha512sums="acedf86d470ff205d88507f805ff09760b5f878ea9626d9ccb53ec3e117a02622aa92563764f4813af41e3589861afef0f4ca7b3b3fc67614e965098f4532cfd certbot-0.12.0.tar.gz" +sha512sums="c0bc38b48f0c9731236bba9f4c05da960bfc038be629c5f4c63e80812595c6e0fb679ff901a8bf160efa119b532b5a629435ed595e3b1049f7a15f2c2dd8eb40 certbot-0.13.0.tar.gz" |