summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu2017-07-13 09:24:31 +0700
committerHoàng Đức Hiếu2017-07-13 09:24:31 +0700
commitdb86848d925207939bc0e80f1f8f28c80e096b41 (patch)
tree0e7f901ee0c6e406e13b0f023ebc2305c125b46b
parent9a09ef15e933910dde57153df10b480420c6bc3f (diff)
downloadaur-db86848d925207939bc0e80f1f8f28c80e096b41.tar.gz
bump for nginx 1.13.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c03a8961f143..86e2cf0681e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = nginx-mainline-mod-fancyindex
depends = nginx-mainline
source = https://nginx.org/download/nginx-1.13.3.tar.gz
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
- sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
+ sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
sha256sums = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71
pkgname = nginx-mainline-mod-fancyindex
diff --git a/PKGBUILD b/PKGBUILD
index 5f8c7c2b50bd..dba7032639a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.1
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
@@ -37,5 +37,5 @@ package() {
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done
}
-sha256sums=('d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70'
+sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
'2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71')