certbot: update to 1.2.0

This commit is contained in:
Alex Childs 2020-02-06 22:20:45 -06:00 committed by Juan RP
parent e2621c6707
commit 81b4a9e69e

View file

@ -1,6 +1,6 @@
# Template file for 'certbot' # Template file for 'certbot'
pkgname=certbot pkgname=certbot
version=1.1.0 version=1.2.0
revision=3 revision=3
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
@ -16,7 +16,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=46e93661a0db53f416c0f5476d8d2e62bc7259b7660dd983453b85df9ef6e8b8 checksum=95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c
post_install() { post_install() {
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests