certbot: update to 1.7.0
This commit is contained in:
parent
cb5f495085
commit
2e2900aaa3
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'certbot'
|
# Template file for 'certbot'
|
||||||
pkgname=certbot
|
pkgname=certbot
|
||||||
version=1.5.0
|
version=1.7.0
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-acme python3-ConfigArgParse python3-configobj
|
depends="python3-acme python3-ConfigArgParse python3-configobj
|
||||||
|
@ -16,7 +15,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://certbot.eff.org/"
|
homepage="https://certbot.eff.org/"
|
||||||
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
||||||
checksum=c52017a4f84137e1312c898d6ae69c5f7977d79d2bd4c2df013cbbf39b6539bf
|
checksum=10b95bb86fb8f1dbbd27558bb42454d5995cbdb45d6c00d961ebba2a4bdc4355
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue