Skip to content
Snippets Groups Projects
Verified Commit d3eb7058 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/certbot: unmaintained bump to 0.36.0 (Adopt me today)

parent 9fa9a131
No related branches found
No related tags found
No related merge requests found
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer:
pkgname=certbot
pkgver=0.32.0
pkgver=0.36.0
pkgrel=0
pkgdesc="The EFF's reference ACME client"
url="https://certbot.eff.org/"
......@@ -19,17 +19,14 @@ subpackages="py3-acme:acme"
source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz"
build() {
cd "$builddir"
python3 setup.py build
}
check() {
cd "$builddir"
python3 setup.py check
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
......@@ -41,4 +38,4 @@ acme() {
python3 setup.py install --prefix=/usr --root="$subpkgdir"
}
sha512sums="fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4 certbot-0.32.0.tar.gz"
sha512sums="f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92 certbot-0.36.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment