diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-11-11 09:33:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-11-12 09:20:54 +0000 |
commit | 0d21931ffd43bf41d8776f47b396b7a7b0f345a5 (patch) | |
tree | 67a2a9168355f622439c2f20ba6287c340ee15b5 /community/certbot/APKBUILD | |
parent | 3ffc1416f4c05983297e7d1353090ae2abbaf90c (diff) | |
download | aports-0d21931ffd43bf41d8776f47b396b7a7b0f345a5.tar.bz2 aports-0d21931ffd43bf41d8776f47b396b7a7b0f345a5.tar.xz |
community/certbot: upgrade to 0.28.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 ef55e016d3..a81f5fdbd9 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.27.1 +pkgver=0.28.0 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="ce4edd1088e9abba89f026953e42f782c6e3ef41b11123d7faf8f1e4c230b2be5107ad70b7c6d515b6ce3d06a65ae132a37d4e41fd35f728a17ba94bb09ebb00 certbot-0.27.1.tar.gz" +sha512sums="07c9bbad52acebc60e48d79619e4f12818d67c3b0f41ffa4fcd02098fb9da245e4006418f54c51c2e4bb9aaa01a21f7a083c9eb092f533e6676ed75ae8667a54 certbot-0.28.0.tar.gz" |