diff options
author | oli | 2019-12-11 22:20:33 +0000 |
---|---|---|
committer | oli | 2019-12-11 22:20:33 +0000 |
commit | d65f9f0513e0148846c995260f0a253169c4a612 (patch) | |
tree | 4de215b33655f8c707d9a62519267c548898e4c3 | |
parent | ff2fb962c5cb326e50c4240516e4016c04e4a8c1 (diff) | |
download | aur-d65f9f0513e0148846c995260f0a253169c4a612.tar.gz |
Update to nginx 1.17.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = nginx-mainline-mod-auth-ldap-git pkgdesc = LDAP Authentication module for nginx pkgver = r145.e208153 - pkgrel = 3 + pkgrel = 4 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.4.tar.gz + source = https://nginx.org/download/nginx-1.17.6.tar.gz source = git+https://github.com/kvspb/nginx-auth-ldap.git - sha256sums = 62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555 + sha256sums = 3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6 sha256sums = SKIP pkgname = nginx-mainline-mod-auth-ldap-git @@ -2,10 +2,10 @@ pkgname=nginx-mainline-mod-auth-ldap-git pkgver=r145.e208153 -pkgrel=3 +pkgrel=4 _modname=nginx-auth-ldap -_nginxver=1.17.4 +_nginxver=1.17.6 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=('62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555' +sha256sums=('3cb4a5314dc0ab0a4e8a7b51ae17c027133417a45cc6c5a96e3dd80141c237b6' 'SKIP') pkgver() { @@ -42,3 +42,4 @@ package() { install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod done } + |