summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-03-05 10:04:43 +0100
committerMassimiliano Torromeo2018-03-05 10:04:43 +0100
commit9ca66b2a1ee2ebac11c08d355e3878406092fffc (patch)
treeffac77732540f32ed0f66458d8aeeac27cc7abf1
parentba0ab423bcb4433791c7908b6c1c03f7700177b0 (diff)
downloadaur-9ca66b2a1ee2ebac11c08d355e3878406092fffc.tar.gz
Updated to 0.33
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6e07e293024..efb57ac1f97e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Feb 27 08:38:59 UTC 2018
+# Mon Mar 5 09:04:36 UTC 2018
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
- pkgver = 0.32
- pkgrel = 10
+ pkgver = 0.33
+ pkgrel = 1
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.9.tar.gz
- source = https://github.com/openresty/headers-more-nginx-module/archive/v0.32/headers-more-0.32.tar.gz
+ source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42
- sha256sums = c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720
+ sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index dac0dd5f9cfe..66c27fe7583e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-headers-more
-pkgver=0.32
-pkgrel=10
+pkgver=0.33
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver=1.13.9
@@ -19,7 +19,7 @@ source=(
)
sha256sums=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42'
- 'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+ 'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
build() {
cd "$srcdir"/nginx-$_nginxver