diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-08 06:29:19 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-08 06:29:19 +0000 |
| commit | 3f06f8d80353ffd49eaf1cbb01d22abaf532016b (patch) | |
| tree | 79b2f20dd23d5acf9f8bb78be2cf21a48fd69026 | |
| parent | beb5aabf52198ac963fd8db28a2fb2cb6b16099f (diff) | |
| download | aports-3f06f8d80353ffd49eaf1cbb01d22abaf532016b.tar.bz2 aports-3f06f8d80353ffd49eaf1cbb01d22abaf532016b.tar.xz | |
community/py3-acme: upgrade to 1.4.0
| -rw-r--r-- | community/py3-acme/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-acme/APKBUILD b/community/py3-acme/APKBUILD index af2afd3f84..4eeee6b908 100644 --- a/community/py3-acme/APKBUILD +++ b/community/py3-acme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-acme -pkgver=1.0.0 +pkgver=1.4.0 pkgrel=0 pkgdesc="ACME protocol implementation in Python" url="https://github.com/certbot/certbot" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ef10d518938530f8a5f970d35a0d39129c2cc10edbe4aacb89e98e58a297b6961ea965ba7cfcd0242f56b722b67b91b5b94c7e50ddf36dfc70f46e106c24fea8 acme-1.0.0.tar.gz" +sha512sums="32398bf5657e997b46699ef0e4bbf2ee81c024556f418251ab44fbf5c8ce39556ebbe8e80045bedee8f5ff5a2084c127338eb69ae842e09bad3ae94f2f16f622 acme-1.4.0.tar.gz" |
