certbot: update to 1.10.0.
This commit is contained in:
parent
f193704c60
commit
2f2b83f9f9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=1.9.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://certbot.eff.org/"
|
||||
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
||||
checksum=2ff9bf7d9af381c7efee22dec2dd6938d9d8fddcc9e11682b86e734164a30b57
|
||||
checksum=5d79bd451756112a7db2cdb25d193de9baf3df85211ed9587685be32b779bbfc
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||
|
|
Loading…
Reference in a new issue