summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-09-27 17:47:40 +0000
committeroli2018-09-27 17:47:40 +0000
commit13842f523aa49d4211adb1935a89f8674246bbeb (patch)
tree7b54ab6548bdebe239a311aecb4b19300ec7ef94
parent0ae7abe31f082cbace9ead677b17567cd236e116 (diff)
downloadaur-13842f523aa49d4211adb1935a89f8674246bbeb.tar.gz
Update to nginx 1.15.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c0b84e1e6b..6c53412b74d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r137.42d195d
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/kvspb/nginx-auth-ldap
arch = i686
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = nginx-mainline-mod-auth-ldap-git
makedepends = git
depends = nginx-mainline
depends = libldap
- source = https://nginx.org/download/nginx-1.15.3.tar.gz
+ source = https://nginx.org/download/nginx-1.15.4.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
+ sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 044c86b75611..fc21c09ca7ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r137.42d195d
-pkgrel=12
+pkgrel=13
_modname=nginx-auth-ldap
-_nginxver=1.15.3
+_nginxver=1.15.4
pkgdesc='LDAP Authentication module for nginx'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
git+https://github.com/kvspb/nginx-auth-ldap.git
)
-sha256sums=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
+sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
'SKIP')
pkgver() {