summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-09-10 12:42:08 +0200
committerMassimiliano Torromeo2018-09-10 12:42:08 +0200
commita88b7d3994d7258fe6b7f310c804a41ad126db20 (patch)
treebdfd669d67bd94b40eb818bb854aace5ff79e8a0
parent6bee34018a3d4eea5a70603c3f9129c37f73d191 (diff)
downloadaur-a88b7d3994d7258fe6b7f310c804a41ad126db20.tar.gz
Updated to 0.33-7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31a9f7c9d26..72157ab745e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Jul 31 16:10:11 UTC 2018
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
- pkgrel = 6
+ pkgrel = 7
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.15.2.tar.gz
+ source = https://nginx.org/download/nginx-1.15.3.tar.gz
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
- sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
+ sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
pkgname = nginx-mainline-mod-headers-more
diff --git a/PKGBUILD b/PKGBUILD
index c8810d51796b..843a47b067ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-headers-more
pkgver=0.33
-pkgrel=6
+pkgrel=7
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.2
+_nginxver=1.15.3
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=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
+sha256sums=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
build() {