summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-04-23 15:43:54 +0200
committerMassimiliano Torromeo2018-04-23 15:43:54 +0200
commit3cb52a7affc385edc0d85308132a2201e8dde24e (patch)
treed4c30042c291da8ca76cb9553d9d9d9e2cedfb7d
parent01e0c463d8dae8b7d64071f34e67bf1df8764593 (diff)
downloadaur-3cb52a7affc385edc0d85308132a2201e8dde24e.tar.gz
Updated to 0.33-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a54e505b262..ad62dd0d6f51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 28 10:13:33 UTC 2018
+# Mon Apr 23 13:43:54 UTC 2018
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.13.10.tar.gz
+ source = https://nginx.org/download/nginx-1.13.12.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
- sha256sums = 336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885
+ sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index ac3ac17639c6..2d1e3153180b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.33
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.10
+_nginxver=1.13.12
pkgdesc="Set and clear input and output headers (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885'
+sha256sums=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
build() {