From 4527b1614b1abf474eacfd81724147cd1cc8587e Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:53:25 -0500 Subject: [PATCH] certbot-apache: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot-apache/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template index 9b845882c76..77246c226a4 100644 --- a/srcpkgs/certbot-apache/template +++ b/srcpkgs/certbot-apache/template @@ -1,9 +1,9 @@ # Template file for 'certbot-apache' pkgname=certbot-apache -version=2.6.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core python3-setuptools python3-wheel" depends="certbot python3-acme python3-augeas python3-zope.interface" checkdepends="python3-pytest $depends" short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin" @@ -11,4 +11,4 @@ maintainer="Kartik S. " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz" -checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c +checksum=de34a8d20aa44b539ef2e6b82dc5beea98e06e808da3bd22081d0c24e2bc42d5