summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-10-29 12:44:44 +0000
committeroli2018-10-29 12:44:44 +0000
commitfb45c3ce26104791a21053e053582d28ede9801f (patch)
tree46e29a2c460aa76ec7f6e90f73d6635ea4cc7372
parent13842f523aa49d4211adb1935a89f8674246bbeb (diff)
downloadaur-fb45c3ce26104791a21053e053582d28ede9801f.tar.gz
Update to nginx 1.15.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c53412b74d8..9cd3347d04e0 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 = 13
+ pkgver = r139.22d1e84
+ pkgrel = 1
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.4.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
+ sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index fc21c09ca7ef..ac6bdab378c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Oliver Paschke <oli.paschke@gmail.com>
pkgname=nginx-mainline-mod-auth-ldap-git
-pkgver=r137.42d195d
-pkgrel=13
+pkgver=r139.22d1e84
+pkgrel=1
_modname=nginx-auth-ldap
-_nginxver=1.15.4
+_nginxver=1.15.5
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=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
+sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'SKIP')
pkgver() {