summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2020-08-26 08:46:08 +0000
committeroli2020-08-26 08:46:08 +0000
commit07f80032dcc08d969cc8a98e786bc1dc04e9540f (patch)
treee50f90fc428ce6c2ac135861630e6fc3bb417fa2
parent79ff69c32bf90714e3449f15f3d3ad7b7cd57563 (diff)
downloadaur-07f80032dcc08d969cc8a98e786bc1dc04e9540f.tar.gz
Update to nginx 1.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a3713fbb25..f44f5ce92c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r158.83c059b
- pkgrel = 2
+ pkgrel = 3
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.19.1.tar.gz
+ source = https://nginx.org/download/nginx-1.19.2.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
+ sha256sums = 7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index ea5eb0d15627..599412802f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r158.83c059b
-pkgrel=2
+pkgrel=3
_modname=nginx-auth-ldap
-_nginxver=1.19.1
+_nginxver=1.19.2
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=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
+sha256sums=('7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473'
'SKIP')
pkgver() {