mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
certbot: update to 1.3.0
This commit is contained in:
parent
b27aaf12b8
commit
36a043787c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'certbot'
|
# Template file for 'certbot'
|
||||||
pkgname=certbot
|
pkgname=certbot
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -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=95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c
|
checksum=bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue