summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-12-11 22:20:33 +0000
committeroli2019-12-11 22:20:33 +0000
commitd65f9f0513e0148846c995260f0a253169c4a612 (patch)
tree4de215b33655f8c707d9a62519267c548898e4c3
parentff2fb962c5cb326e50c4240516e4016c04e4a8c1 (diff)
downloadaur-d65f9f0513e0148846c995260f0a253169c4a612.tar.gz
Update to nginx 1.17.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69aff7a9e9fa..17168d934961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r145.e208153
- pkgrel = 3
+ pkgrel = 4
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.17.4.tar.gz
+ source = https://nginx.org/download/nginx-1.17.6.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
+ sha256sums = 3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index ff15f4751f6a..b7bb01dd4d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=3
+pkgrel=4
_modname=nginx-auth-ldap
-_nginxver=1.17.4
+_nginxver=1.17.6
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=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
+sha256sums=('3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6'
'SKIP')
pkgver() {
@@ -42,3 +42,4 @@ package() {
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done
}
+