summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-11-10 09:14:41 +0000
committeroli2019-11-10 09:14:41 +0000
commitd16c20b47b55834512f2615a2e4d44cec3e67112 (patch)
tree9d58fe3f7f34858b535b9a9f3f6e75e9d5f185a3
parent101ed51877f31090035dd01d9e2cc26ad6938102 (diff)
downloadaur-d16c20b47b55834512f2615a2e4d44cec3e67112.tar.gz
Update to nginx 1.17.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efc607b7ddd1..bd9b2e33f6b6 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 = 1
+ pkgrel = 2
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.3.tar.gz
+ source = https://nginx.org/download/nginx-1.17.4.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c
+ sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 1df2f9872e15..4d3d4cea8d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=1
+pkgrel=2
_modname=nginx-auth-ldap
-_nginxver=1.17.3
+_nginxver=1.17.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=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c'
+sha256sums=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555'
'SKIP')
pkgver() {