From 3e6003005e3797ecd693bd80d0d518c1ae4c6bd8 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 1 Apr 2024 10:56:17 +1300 Subject: [PATCH] rebuild: nginx-mainline modules --- nginx-mainline-mod-brotli/PKGBUILD | 4 ++-- nginx-mainline-mod-headers-more/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx-mainline-mod-brotli/PKGBUILD b/nginx-mainline-mod-brotli/PKGBUILD index 670f2b8..09fc2d9 100644 --- a/nginx-mainline-mod-brotli/PKGBUILD +++ b/nginx-mainline-mod-brotli/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: George Rawlinson # Contributor: Massimiliano Torromeo -_ngx_ver=1.25.3 +_ngx_ver=1.25.4 pkgname=nginx-mainline-mod-brotli pkgver=1.0.0rc -pkgrel=22 +pkgrel=23 pkgdesc='Brotli compression filter module' arch=('x86_64') url='https://github.com/google/ngx_brotli' diff --git a/nginx-mainline-mod-headers-more/PKGBUILD b/nginx-mainline-mod-headers-more/PKGBUILD index f8e6809..fe6511f 100644 --- a/nginx-mainline-mod-headers-more/PKGBUILD +++ b/nginx-mainline-mod-headers-more/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: George Rawlinson # Contributor: Massimiliano Torromeo -_ngx_ver=1.25.3 +_ngx_ver=1.25.4 pkgname=nginx-mainline-mod-headers-more pkgver=0.34 -pkgrel=8 +pkgrel=9 pkgdesc='Set and clear input and output headers' arch=('x86_64') url='https://github.com/openresty/headers-more-nginx-module'