summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2021-01-07 22:55:26 +0000
committeroli2021-01-07 22:55:26 +0000
commite5dc345f8378364d1c6ded0c0e79054c8d1f8e21 (patch)
tree819af8bd93445269f9c958bf1a06b056651aae49
parent5314b50ef867314bc22b4b625f6463487c653841 (diff)
downloadaur-e5dc345f8378364d1c6ded0c0e79054c8d1f8e21.tar.gz
Update to nginx 1.19.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6975305319..d604c186128c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.3.tar.gz
+ source = https://nginx.org/download/nginx-1.19.6.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
+ sha256sums = b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 3cf4010cf3a7..22d902c14af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r158.83c059b
-pkgrel=4
+pkgrel=5
_modname=nginx-auth-ldap
-_nginxver=1.19.3
+_nginxver=1.19.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=('7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473'
+sha256sums=('b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5'
'SKIP')
pkgver() {
@@ -43,5 +43,3 @@ package() {
done
}
-sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
- 'SKIP')