summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-04-16 20:52:33 +0000
committeroli2019-04-16 20:52:33 +0000
commit22604c9ff844c00b66614c6b10cdf395567cea23 (patch)
treea526985e621f75220c4ddba285f307b8dbf47c15
parentc9415f03e20e28d1d9528e9837846d3321f36957 (diff)
downloadaur-22604c9ff844c00b66614c6b10cdf395567cea23.tar.gz
Update to nginx 1.15.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16cd3f46c056..e4b46fd16dd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r139.22d1e84
- pkgrel = 7
+ pkgrel = 8
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.11.tar.gz
+ source = https://nginx.org/download/nginx-1.15.12.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
+ sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index d3db54c95f2c..04b0de2f1ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r139.22d1e84
-pkgrel=7
+pkgrel=8
_modname=nginx-auth-ldap
-_nginxver=1.15.11
+_nginxver=1.15.12
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=('d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad'
+sha256sums=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
'SKIP')
pkgver() {