From 30151a20274a21470d86cf916b614308bae445f5 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 27 Jun 2023 09:28:39 +1200 Subject: [PATCH] upgpkg: nginx-mainline module rebuild --- nginx-mainline-mod-brotli/PKGBUILD | 5 +++-- nginx-mainline-mod-headers-more/PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/nginx-mainline-mod-brotli/PKGBUILD b/nginx-mainline-mod-brotli/PKGBUILD index 69e9af7..42b9d98 100644 --- a/nginx-mainline-mod-brotli/PKGBUILD +++ b/nginx-mainline-mod-brotli/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer: George Rawlinson # Contributor: Massimiliano Torromeo +_ngx_ver=1.25.1 pkgname=nginx-mainline-mod-brotli pkgver=1.0.0rc -pkgrel=19 +pkgrel=20 pkgdesc='Brotli compression filter module' arch=('x86_64') url='https://github.com/google/ngx_brotli' _modname="${url##*/}" license=('BSD') -depends=('nginx-mainline=1.25.0' 'brotli') +depends=("nginx-mainline=$_ngx_ver" 'brotli') makedepends=('nginx-mainline-src') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") b2sums=('450d0ea693bd98d4a1b615f2cdcaad41ccd28266f6d80beec7fe77fe750ab8c5d1bb55aabe15161b9b6d819d2b4d99a7774f2706f2f6fd084b52a7c7dddbc00c') diff --git a/nginx-mainline-mod-headers-more/PKGBUILD b/nginx-mainline-mod-headers-more/PKGBUILD index a6433ff..c4ff9ce 100644 --- a/nginx-mainline-mod-headers-more/PKGBUILD +++ b/nginx-mainline-mod-headers-more/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer: George Rawlinson # Contributor: Massimiliano Torromeo +_ngx_ver=1.25.1 pkgname=nginx-mainline-mod-headers-more pkgver=0.34 -pkgrel=5 +pkgrel=6 pkgdesc='Set and clear input and output headers' arch=('x86_64') url='https://github.com/openresty/headers-more-nginx-module' _modname="${url##*/}" license=('BSD') -depends=('nginx-mainline=1.25.0') +depends=("nginx-mainline=$_ngx_ver") makedepends=('nginx-mainline-src') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") b2sums=('48badf603b93601b11c837057760f768ef2579062786bb366795617635747b654cecafa3a230eec1a3e442ab768fb068867ceb93385b14b6452b621764acfd3f')