summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-12-30 22:57:46 +0000
committeroli2018-12-30 22:57:46 +0000
commit58cab340fd2a7193ff994716eed3c37cb5574af5 (patch)
treeac25eeb596ab2bbba271415f7bea4553a8e889c1
parentea230b78c80c2fe6a027756d2ef528cd964dd2d9 (diff)
downloadaur-58cab340fd2a7193ff994716eed3c37cb5574af5.tar.gz
Update to nginx 1.15.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b0027b3f02..1e1c7e43d16e 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 = 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.15.7.tar.gz
+ source = https://nginx.org/download/nginx-1.15.8.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
+ sha256sums = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index b15e265664cb..cd0695b49f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r139.22d1e84
-pkgrel=3
+pkgrel=4
_modname=nginx-auth-ldap
-_nginxver=1.15.7
+_nginxver=1.15.8
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=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
+sha256sums=('a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787'
'SKIP')
pkgver() {