From b201de6f4b1b92bce4dd296ccf83eb1f0a52fb61 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 11 Sep 2024 14:03:09 +1200 Subject: [PATCH] upgpkg: nginx-mainline module rebuild --- 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 09fc2d9..569c896 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.4 +_ngx_ver=1.27.1 pkgname=nginx-mainline-mod-brotli pkgver=1.0.0rc -pkgrel=23 +pkgrel=26 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 fe6511f..e3edc8d 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.4 +_ngx_ver=1.27.1 pkgname=nginx-mainline-mod-headers-more pkgver=0.34 -pkgrel=9 +pkgrel=12 pkgdesc='Set and clear input and output headers' arch=('x86_64') url='https://github.com/openresty/headers-more-nginx-module'