summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2023-12-08 21:20:51 +0100
committerMassimiliano Torromeo2023-12-08 21:20:51 +0100
commitb078b70382a766cb38783963ceed0a4bbda22222 (patch)
treefce6f9a9bdd3b4cac73f68d4cdc4ee1bb9da0ff8
parenta916feb46a34581f1694ed1e414319f4ddb7ab1a (diff)
downloadaur-b078b70382a766cb38783963ceed0a4bbda22222.tar.gz
Updated to 0.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b3e79af59b..01076531133a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
- pkgver = 0.34
+ pkgver = 0.36
pkgrel = 1
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
@@ -8,7 +8,7 @@ pkgbase = nginx-mainline-mod-headers-more
license = BSD
makedepends = nginx-mainline-src
depends = nginx-mainline
- source = https://github.com/openresty/headers-more-nginx-module/archive/v0.34/headers-more-0.34.tar.gz
- sha256sums = 0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3
+ source = https://github.com/openresty/headers-more-nginx-module/archive/v0.36/headers-more-0.36.tar.gz
+ sha256sums = 4b63fdd31ab0c363a28f667c104f51215e65c2c949ec9d2c7d681ea282360484
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index 08fe7ea5b791..6c7cd1bca241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-headers-more
-pkgver=0.34
+pkgver=0.36
pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -14,7 +14,7 @@ url="https://github.com/openresty/headers-more-nginx-module"
license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3')
+sha256sums=('4b63fdd31ab0c363a28f667c104f51215e65c2c949ec9d2c7d681ea282360484')
prepare() {
mkdir -p build