summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2018-07-01 12:35:52 +0000
committeroli2018-07-01 12:35:52 +0000
commit78a6e9ff2cc57ffcdf34eff0a851991d409208f6 (patch)
tree14658276a5cede61f301cf3c14d673402ab574d6
parent78f9dd6eb34a2e28b4682855778f038fd6549597 (diff)
downloadaur-78a6e9ff2cc57ffcdf34eff0a851991d409208f6.tar.gz
Update to nginx 1.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e20c8acd7592..fe69b46515b8 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 = 8
+ pkgrel = 9
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.13.12.tar.gz
+ source = https://nginx.org/download/nginx-1.15.0.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
+ sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index da0bc5ff487b..c6403c64fb64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r137.42d195d
-pkgrel=8
+pkgrel=9
_modname=nginx-auth-ldap
-_nginxver=1.13.12
+_nginxver=1.15.0
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=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
+sha256sums=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
'SKIP')
pkgver() {