certbot: update to 1.8.0.
This commit is contained in:
parent
2fc00ee0ad
commit
e90ee8bdb2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=1.7.0
|
||||
revision=2
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-acme python3-ConfigArgParse python3-configobj
|
||||
|
@ -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=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
|
||||
checksum=4837c516af6543ccd10d70f1498a2113bbdf9ef9a05d3a18b1558b291a2953e4
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||
|
|
Loading…
Reference in a new issue