summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2020-01-21 21:22:59 +0000
committeroli2020-01-21 21:22:59 +0000
commit104bd0a887fba9a5c882ced17a0baeee855d0cd8 (patch)
treeb7cb3ad68dc2e617907257ad369c12fb02e68212
parentdfd17344d2065809f0395449b9621ebb04460550 (diff)
downloadaur-104bd0a887fba9a5c882ced17a0baeee855d0cd8.tar.gz
Update to nginx 1.17.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee642996de14..be180853fb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r145.e208153
- 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.17.7.tar.gz
+ source = https://nginx.org/download/nginx-1.17.8.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
+ sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 25f657f91ead..48030cceda8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=5
+pkgrel=6
_modname=nginx-auth-ldap
-_nginxver=1.17.7
+_nginxver=1.17.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=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
+sha256sums=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
'SKIP')
pkgver() {