summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eedc501f4fab..be1a1a4f714a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.5.1
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.19.8
+_nginxver=1.19.9
pkgdesc="Fancy indexes module for the nginx web server"
arch=('x86_64')
url="https://github.com/aperezdc/ngx-fancyindex"
@@ -15,7 +15,7 @@ depends=("nginx-mainline>=${_nginxver}")
source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
"${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz")
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
-sha256sums=('308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05'
+sha256sums=('2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841'
'SKIP'
'238bd5521d6c9b55780e6871339a7ea79508b9a6758ad2fa4451f2dfe26d94c9')