summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu2017-06-05 09:49:46 +0700
committerHoàng Đức Hiếu2017-06-05 09:49:46 +0700
commit35a024dba4f9544ff9a74ca439821fcd150b525c (patch)
tree1d66efb87ff540d716f4058ad87d1c9d82871eb5
parent4e0b94cee0529e05f217025c93dcfb31259243b6 (diff)
downloadaur-35a024dba4f9544ff9a74ca439821fcd150b525c.tar.gz
bump for nginx 1.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbf4202a76e..8cebaa6b115d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
arch = armv7h
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.13.0.tar.gz
+ source = http://nginx.org/download/nginx-1.13.1.tar.gz
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
- sha256sums = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7
+ sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
sha256sums = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71
pkgname = nginx-mainline-mod-fancyindex
diff --git a/PKGBUILD b/PKGBUILD
index 1e39ab47a1c0..3869171e7d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
@@ -17,7 +17,7 @@ source=(
http://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz
)
-sha256sums=('79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7'
+sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
'2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71')
prepare() {