George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
certbot-apache
Commits:
8cf644e0 by George Rawlinson at 2025-12-11T07:40:26+00:00
upgpkg: 5.2.2-1: upgpkg: 5.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = certbot-apache
pkgdesc = Apache plugin for Certbot
- pkgver = 5.2.1
+ pkgver = 5.2.2
pkgrel = 1
url = https://pypi.python.org/pypi/certbot-apache
arch = any
@@ -11,12 +11,12 @@ pkgbase = certbot-apache
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = certbot=5.2.1
- depends = python-acme=5.2.1
+ depends = certbot=5.2.2
+ depends = python-acme=5.2.2
depends = python-augeas
replaces = letsencrypt-apache
- source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.2.1
- sha512sums =
1569fcc0b47988682ce5997b070ce5f84508f180ea01cbf96ba5cd1a1887d819aed3f800b8d87143a4bb5238d53b5deb9371ecb716083fd0318377ff903b3d9a
- b2sums =
9c8e86dba44a1dfdd7272847da22eaa955b69dbfb905d44f003e460ff16daa284c3a7bb97c7bb82e7015bbdbb141f2467c0b7e57de8b3ef658d7492d90248d2e
+ source =
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v5.2.2
+ sha512sums =
7d01f47d07dad32f697f190b3e92fac994f5318b37f95f83b4cbcd5d202ad2780f5923d64f1346345692633fea137eeec6bc250bae0e9ab33df524d04e779d4c
+ b2sums =
5d25d6104816f0288a13798f8600ee3e77ee09a60665e5d709e1e3889d3e8932f8adc47bb5e63b21089520f23796cf18ce38240daa93b411e4389ed4ded00f1b
pkgname = certbot-apache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=certbot-apache
-pkgver=5.2.1
+pkgver=5.2.2
pkgrel=1
pkgdesc='Apache plugin for Certbot'
arch=('any')
@@ -28,8 +28,8 @@ checkdepends=('python-pytest')
# hundred tarballs.
_repo='github.com-certbot-certbot'
source=("$_repo::git+https://github.com/certbot/certbot#tag=v$pkgver")
-sha512sums=('1569fcc0b47988682ce5997b070ce5f84508f180ea01cbf96ba5cd1a1887d819aed3f800b8d87143a4bb5238d53b5deb9371ecb716083fd0318377ff903b3d9a')
-b2sums=('9c8e86dba44a1dfdd7272847da22eaa955b69dbfb905d44f003e460ff16daa284c3a7bb97c7bb82e7015bbdbb141f2467c0b7e57de8b3ef658d7492d90248d2e')
+sha512sums=('7d01f47d07dad32f697f190b3e92fac994f5318b37f95f83b4cbcd5d202ad2780f5923d64f1346345692633fea137eeec6bc250bae0e9ab33df524d04e779d4c')
+b2sums=('5d25d6104816f0288a13798f8600ee3e77ee09a60665e5d709e1e3889d3e8932f8adc47bb5e63b21089520f23796cf18ce38240daa93b411e4389ed4ded00f1b')
build() {
cd "$_repo/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-apache/-/commit/8cf644e070d2b60b3c5d6b8837aff2f3f0fa0fed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-apache/-/commit/8cf644e070d2b60b3c5d6b8837aff2f3f0fa0fed
You're receiving this email because of your account on gitlab.archlinux.org.