summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2020-03-03 21:39:29 +0000
committeroli2020-03-03 21:39:29 +0000
commita34fb969426b683660f0e8fa70bb8e0ae89e784a (patch)
tree3a960102ed9441a3b3e33e8bb44bb311238b2ab6
parent104bd0a887fba9a5c882ced17a0baeee855d0cd8 (diff)
downloadaur-a34fb969426b683660f0e8fa70bb8e0ae89e784a.tar.gz
Update to nginx 1.17.9
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be180853fb3c..9e3eb3d713ba 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 = 6
+ pkgrel = 7
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.8.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
+ sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/.gitignore b/.gitignore
index 8fca66974b1e..7c83e963b488 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ nginx-auth-ldap/
*.tar.gz
*.tar.xz
*.tar.zst
+*.asc
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 48030cceda8b..935ef8a4497c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r145.e208153
-pkgrel=6
+pkgrel=7
_modname=nginx-auth-ldap
-_nginxver=1.17.8
+_nginxver=1.17.9
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=('97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b'
+sha256sums=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
'SKIP')
pkgver() {