summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01076531133a..49b1f40eee9c 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.36
+ pkgver = 0.37
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.36/headers-more-0.36.tar.gz
- sha256sums = 4b63fdd31ab0c363a28f667c104f51215e65c2c949ec9d2c7d681ea282360484
+ source = https://github.com/openresty/headers-more-nginx-module/archive/v0.37/headers-more-0.37.tar.gz
+ sha256sums = cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index 6c7cd1bca241..583a4232052e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-headers-more
-pkgver=0.36
+pkgver=0.37
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=('4b63fdd31ab0c363a28f667c104f51215e65c2c949ec9d2c7d681ea282360484')
+sha256sums=('cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d')
prepare() {
mkdir -p build