Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / nginx-mod-cache_purge
Commits:
f84e9f29 by Massimiliano Torromeo at 2026-01-06T10:13:56+01:00
upgpkg: 2.5.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = nginx-mod-cache_purge
pkgdesc = Nginx module with ability to purge content from FastCGI,
proxy, SCGI and uWSGI caches
- pkgver = 2.5.4
- pkgrel = 2
+ pkgver = 2.5.5
+ pkgrel = 1
url = https://github.com/nginx-modules/ngx_cache_purge
arch = x86_64
license = BSD-2-Clause
makedepends = nginx
makedepends = nginx-src
backup = etc/nginx/modules.d/20-cache_purge.conf
- source =
https://github.com/nginx-modules/ngx_cache_purge/archive/2.5.4/ngx_cache_purge-2.5.4.tar.gz
- sha256sums =
5bd04373d818b1aa0f3ba0b31b54149207a17815b026f222c537daf587b0cbda
+ source =
https://github.com/nginx-modules/ngx_cache_purge/archive/2.5.5/ngx_cache_purge-2.5.5.tar.gz
+ sha256sums =
93068d9c5a2a6ebe4966b763cb0033bb5d065210ab96290acc6bf8275625a0a6
pkgname = nginx-mod-cache_purge
depends = nginx
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <[email protected]>
pkgname=nginx-mod-cache_purge
-pkgver=2.5.4
-pkgrel=2
+pkgver=2.5.5
+pkgrel=1
_modname="${pkgname#nginx-mod-}"
@@ -13,7 +13,7 @@ url="https://github.com/nginx-modules/ngx_cache_purge"
license=('BSD-2-Clause')
source=(https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz)
-sha256sums=('5bd04373d818b1aa0f3ba0b31b54149207a17815b026f222c537daf587b0cbda')
+sha256sums=('93068d9c5a2a6ebe4966b763cb0033bb5d065210ab96290acc6bf8275625a0a6')
backup=('etc/nginx/modules.d/20-cache_purge.conf')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-cache_purge/-/commit/f84e9f2947a3dc44f937fe8cf5b1469b49d47d8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-cache_purge/-/commit/f84e9f2947a3dc44f937fe8cf5b1469b49d47d8b
You're receiving this email because of your account on gitlab.archlinux.org.