summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-07-30 22:42:25 +0000
committeroli2018-07-30 22:42:25 +0000
commit8e53aa0211d1ca456141853cb63f7ef2a7be5a67 (patch)
treec743129fdf18b08d3bba803d3dc9ee41b12d0838
parentf5aabc3415720929f94a0c6d45b6e92193db2ed5 (diff)
downloadaur-8e53aa0211d1ca456141853cb63f7ef2a7be5a67.tar.gz
Update to nginx 1.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9530a58f39e7..aaf9395d8352 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 = 10
+ pkgrel = 11
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.1.tar.gz
+ source = https://nginx.org/download/nginx-1.15.2.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
+ sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index d60ece76bff2..21f9907cdec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r137.42d195d
-pkgrel=10
+pkgrel=11
_modname=nginx-auth-ldap
-_nginxver=1.15.1
+_nginxver=1.15.2
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=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
+sha256sums=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
'SKIP')
pkgver() {