summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-03-27 11:54:01 +0000
committeroli2019-03-27 11:54:01 +0000
commiteb359546441a8e4e6f042cd9b9348d9458c889b2 (patch)
tree46777c79cf4f4c9cec60a9ea9759d5b5b12b7aea
parent78715d9db53e58e6656b73b9abf7d74c7f9cdd47 (diff)
downloadaur-eb359546441a8e4e6f042cd9b9348d9458c889b2.tar.gz
Update to nginx 1.15.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef53011005f1..8acd393862bd 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 = 5
+ pkgrel = 6
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.9.tar.gz
+ source = https://nginx.org/download/nginx-1.15.10.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43
+ sha256sums = b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 3b3a3c4bacf0..f2bdd7189035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r139.22d1e84
-pkgrel=5
+pkgrel=6
_modname=nginx-auth-ldap
-_nginxver=1.15.9
+_nginxver=1.15.10
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=('e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43'
+sha256sums=('b865743abd52bce4745d0f7e7fedde3cafbaaab617b022c105e3e4e456537c3c'
'SKIP')
pkgver() {