summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-07-09 11:21:52 +0000
committeroli2018-07-09 11:21:52 +0000
commitf5aabc3415720929f94a0c6d45b6e92193db2ed5 (patch)
tree4c47400cd3f0cc87d9844eecc1ca7cffd0212746
parent78a6e9ff2cc57ffcdf34eff0a851991d409208f6 (diff)
downloadaur-f5aabc3415720929f94a0c6d45b6e92193db2ed5.tar.gz
Update to nginx 1.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe69b46515b8..9530a58f39e7 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 = 9
+ pkgrel = 10
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.0.tar.gz
+ source = https://nginx.org/download/nginx-1.15.1.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
+ sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index c6403c64fb64..d60ece76bff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r137.42d195d
-pkgrel=9
+pkgrel=10
_modname=nginx-auth-ldap
-_nginxver=1.15.0
+_nginxver=1.15.1
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=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
+sha256sums=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
'SKIP')
pkgver() {