certbot: update to 1.13.0.
This commit is contained in:
parent
93a1f2f2f1
commit
42ea6c8a43
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'certbot'
|
||||
pkgname=certbot
|
||||
version=1.12.0
|
||||
version=1.13.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -14,8 +14,4 @@ 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=5ee738773479bcb7794e43fedd2415acc0969b75bdd2a21f451e3bff9d99df59
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
}
|
||||
checksum=64cf41b57df7667d9d849fcaa9031a4f151788246733d1f4c3f37a5aa5e2f458
|
||||
|
|
Loading…
Reference in a new issue