summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2019-12-25 21:10:13 +0000
committeroli2019-12-25 21:10:13 +0000
commitdfd17344d2065809f0395449b9621ebb04460550 (patch)
tree8e639385079526a444240818944be6ea0937f9dd
parentd65f9f0513e0148846c995260f0a253169c4a612 (diff)
downloadaur-dfd17344d2065809f0395449b9621ebb04460550.tar.gz
Update to nginx 1.17.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17168d934961..ee642996de14 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 = 4
+ pkgrel = 5
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.6.tar.gz
+ source = https://nginx.org/download/nginx-1.17.7.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6
+ sha256sums = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index b7bb01dd4d5e..25f657f91ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=4
+pkgrel=5
_modname=nginx-auth-ldap
-_nginxver=1.17.6
+_nginxver=1.17.7
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=('3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6'
+sha256sums=('b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff'
'SKIP')
pkgver() {