summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuaNerin2020-10-09 09:14:31 +0900
committerRyuaNerin2020-10-09 09:14:31 +0900
commit300da3cb231dd616de40c52e7e597347235d17ac (patch)
tree32ebd38d5b64abb77ecec69c0edf9f52a86daf2a
parent1d5eae52ecd89e82284ffe6c879d01f4d7a17358 (diff)
downloadaur-300da3cb231dd616de40c52e7e597347235d17ac.tar.gz
nginx-mainline v1.19.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87de35bbac2..4fbdbbcc81e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,14 +8,14 @@ pkgbase = nginx-mainline-mod-fancyindex-git
arch = armv7h
license = CUSTOM
makedepends = git
- depends = nginx-mainline=1.19.2
+ depends = nginx-mainline=1.19.3
provides = nginx-mainline-mod-fancyindex
conflicts = nginx-mainline-mod-fancyindex
- source = https://nginx.org/download/nginx-1.19.2.tar.gz
- source = https://nginx.org/download/nginx-1.19.2.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.19.3.tar.gz
+ source = https://nginx.org/download/nginx-1.19.3.tar.gz.asc
source = ngx_fancyindex::git+https://github.com/aperezdc/ngx-fancyindex.git
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
+ sha256sums = 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc459a1a96a8..efd41509574c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.4.4
pkgrel=1
_modname="ngx_fancyindex"
-_nginxver=1.19.2
+_nginxver=1.19.3
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64' 'armv7h')
@@ -22,7 +22,7 @@ source=(
https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
"$_modname::git+https://github.com/aperezdc/ngx-fancyindex.git"
)
-sha256sums=('7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473'
+sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
'SKIP'
'SKIP')
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>