certbot: update to 1.2.0
This commit is contained in:
parent
e2621c6707
commit
81b4a9e69e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=3
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -16,7 +16,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=46e93661a0db53f416c0f5476d8d2e62bc7259b7660dd983453b85df9ef6e8b8
|
||||
checksum=95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||
|
|
Loading…
Reference in a new issue