diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-13 07:48:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-13 07:48:28 +0000 |
commit | acc675fc5bc1035beec64cbe7ef7073cac140eba (patch) | |
tree | acd27cddddccbecdf2b9144cb672c0e0ef1923de /community/certbot/APKBUILD | |
parent | 1168e49b30f78baf1436cafef83875cd8e82ce78 (diff) | |
download | aports-acc675fc5bc1035beec64cbe7ef7073cac140eba.tar.bz2 aports-acc675fc5bc1035beec64cbe7ef7073cac140eba.tar.xz |
community/certbot: upgrade to 0.34.2
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 ce8603a02e..cc5600a8f5 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.34.0 +pkgver=0.34.2 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -114,4 +114,4 @@ postfix() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="24d4a58bcc220451532b1b7d1ddaa90ef773935ff65c2b06e121f044b5575d159555a757660abebd72ff4134a257394dbc99c981729d846d565c75f692317a30 certbot-0.34.0.tar.gz" +sha512sums="63923b1d433f4c714318e848335e696e2412c574cc16f4fb1631caeebdce5a7f599985cf450e96dceb87a958c8f09a003e1d2f24eac1bdc183c7a5c43bb362de certbot-0.34.2.tar.gz" |