summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-05-25 23:08:09 +0000
committeroli2019-05-25 23:08:09 +0000
commit9e338ec461ae2c217d378cfe1c0c100de57c2ae1 (patch)
tree6ab302c93d6518a7155050538c8b1b23b5d8db3f
parent22604c9ff844c00b66614c6b10cdf395567cea23 (diff)
downloadaur-9e338ec461ae2c217d378cfe1c0c100de57c2ae1.tar.gz
Update to nginx 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b46fd16dd3..b722800101a8 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 = 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.15.12.tar.gz
+ source = https://nginx.org/download/nginx-1.17.0.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
+ sha256sums = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 04b0de2f1ac2..bf4f82396c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r139.22d1e84
-pkgrel=8
+pkgrel=9
_modname=nginx-auth-ldap
-_nginxver=1.15.12
+_nginxver=1.17.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=('3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe'
+sha256sums=('e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab'
'SKIP')
pkgver() {