diff options
author | oli | 2019-08-15 22:18:42 +0000 |
---|---|---|
committer | oli | 2019-08-15 22:18:42 +0000 |
commit | 101ed51877f31090035dd01d9e2cc26ad6938102 (patch) | |
tree | 710574958d62bfb4bd9df25d826c69107bcec0eb | |
parent | 977da816788b6898f79a1e70a6cf5ee38d669907 (diff) | |
download | aur-101ed51877f31090035dd01d9e2cc26ad6938102.tar.gz |
Update to nginx 1.17.3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = nginx-mainline-mod-auth-ldap-git pkgdesc = LDAP Authentication module for nginx - pkgver = r139.22d1e84 - pkgrel = 10 + pkgver = r145.e208153 + pkgrel = 1 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.1.tar.gz + source = https://nginx.org/download/nginx-1.17.3.tar.gz source = git+https://github.com/kvspb/nginx-auth-ldap.git - sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e + sha256sums = 3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c sha256sums = SKIP pkgname = nginx-mainline-mod-auth-ldap-git @@ -1,11 +1,11 @@ # Maintainer: Oliver Paschke <oli.paschke@gmail.com> pkgname=nginx-mainline-mod-auth-ldap-git -pkgver=r139.22d1e84 -pkgrel=10 +pkgver=r145.e208153 +pkgrel=1 _modname=nginx-auth-ldap -_nginxver=1.17.1 +_nginxver=1.17.3 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=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e' +sha256sums=('3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c' 'SKIP') pkgver() { |