certbot-nginx: update to 1.10.1.
This commit is contained in:
parent
d8efffe0f7
commit
3a54763d1f
1 changed files with 8 additions and 3 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'certbot-nginx'
|
# Template file for 'certbot-nginx'
|
||||||
pkgname=certbot-nginx
|
pkgname=certbot-nginx
|
||||||
version=1.10.0
|
version=1.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="certbot>=${version} python3-acme python3-parsing python3-zope.interface"
|
depends="certbot python3-acme python3-parsing python3-zope.interface"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin"
|
short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin"
|
||||||
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
maintainer="Kartik Singh <kartik.ynwa@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-nginx/certbot-nginx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz"
|
||||||
checksum=aaf5ee4b00fa9b9a347843d4a01c70a770485c44284d52c4da5e155741125b09
|
checksum=c0bbeccf85f46b728fd95e6bb8c2649d32d3383d7f47ea4b9c312d12bf04d2f0
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue