diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-13 07:14:23 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-13 07:14:23 +0000 |
commit | 8a2846907983c0d1036db1174725b48667251156 (patch) | |
tree | 6312a740f94126ff0dcb9fe22e35f5be5b978cee /community/certbot/APKBUILD | |
parent | 35317fa51a62895de77b98f441ff35d6eaca5706 (diff) | |
download | aports-8a2846907983c0d1036db1174725b48667251156.tar.bz2 aports-8a2846907983c0d1036db1174725b48667251156.tar.xz |
community/certbot: upgrade to 0.26.0
Diffstat (limited to 'community/certbot/APKBUILD')
-rw-r--r-- | community/certbot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index fd0d22ffff..286a808f6a 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot -pkgver=0.25.1 -pkgrel=1 +pkgver=0.26.0 +pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -45,4 +45,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="6395baa33acb4cf9e953294ddb07694ffa1e76424e12114db8df0f64fb3f1872c3145b02d853c139183b2b708d40d236f91d356eb9ecca447f577bd725fee6e5 certbot-0.25.1.tar.gz" +sha512sums="19f689d5b8724c6e7aa1539808b1b60913ad0f4a9272ebf6f40115028cef3cb49d9416239e104f125ed549c15e2a032935d0d2da1866548d0a177ef70608dce1 certbot-0.26.0.tar.gz" |