diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-12-15 14:58:08 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-20 12:56:37 +0000 |
commit | 619c8a8cb1897d885b0a472920f192ba5d9ff0ef (patch) | |
tree | 4e4a4b22d7c6cc9483ce824423c21bb66504e82d /community/certbot/APKBUILD | |
parent | 45d4818209efd19c896e8c1f15ecb1eba72a152f (diff) | |
download | aports-619c8a8cb1897d885b0a472920f192ba5d9ff0ef.tar.bz2 aports-619c8a8cb1897d885b0a472920f192ba5d9ff0ef.tar.xz |
community/certbot: upgrade to 0.29.1
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 a81f5fdbd9..07f0d77d29 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.28.0 +pkgver=0.29.1 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -45,4 +45,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="07c9bbad52acebc60e48d79619e4f12818d67c3b0f41ffa4fcd02098fb9da245e4006418f54c51c2e4bb9aaa01a21f7a083c9eb092f533e6676ed75ae8667a54 certbot-0.28.0.tar.gz" +sha512sums="c9b976bec51c83412816726b709b79af0b464efa02f67c4ce7e754a2e6fa11e6811ca5db66616bd7b9e7920d6613665d3e58998c891bdb1452a5159a91971c56 certbot-0.29.1.tar.gz" |