diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-09 07:36:48 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-09 07:37:25 +0000 |
commit | 4654270302052eb5da0392812b40dce3833fe6dc (patch) | |
tree | 3d8c952a94913a9878586c512ec6652d5a70bcba /community/certbot | |
parent | 9359ac06e8bf7e96266f2d88dd7a320c9faa240b (diff) | |
download | aports-4654270302052eb5da0392812b40dce3833fe6dc.tar.bz2 aports-4654270302052eb5da0392812b40dce3833fe6dc.tar.xz |
community/certbot: upgrade to 0.15.0
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 c4a7c97098..8152a84b86 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.14.2 +pkgver=0.15.0 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -44,4 +44,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="fcecd8c8d0807bf0dd3edde290cf17062a34eae69c7b740b7da78e1a22cee36738cbb472a1324d07127ea846327edcf1d6aefb6747793f019593fc5d56aa2954 certbot-0.14.2.tar.gz" +sha512sums="e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844 certbot-0.15.0.tar.gz" |