summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu2017-08-21 08:16:12 +0700
committerHoàng Đức Hiếu2017-08-21 08:16:12 +0700
commit99ff275a8ae046dca18686895a36f059e2d2b1ec (patch)
tree1565ee79732797cd0a73877827c8586fb1818b42
parent9ef0f86420f4246b505f773f690a4fde8513425b (diff)
downloadaur-99ff275a8ae046dca18686895a36f059e2d2b1ec.tar.gz
bump to 0.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ba73044ffa..b8d09e7b356c 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 = 8
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = nginx-mainline-mod-fancyindex
license = BSD
depends = nginx-mainline
source = https://nginx.org/download/nginx-1.13.4.tar.gz
- source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
+ source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
sha256sums = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba
- sha256sums = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71
+ sha256sums = 8327150864ca267b735d550d3304030efbbd863fdddfe0a94e970f249a8827ee
pkgname = nginx-mainline-mod-fancyindex
diff --git a/PKGBUILD b/PKGBUILD
index f6939f7cab20..83be7ab57c90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: hdhoang <arch@hdhoang.space>
pkgname=nginx-mainline-mod-fancyindex
-pkgver=0.4.1
-pkgrel=8
+pkgver=0.4.2
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
@@ -41,4 +41,4 @@ package() {
done
}
sha256sums=('de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba'
- '2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71')
+ '8327150864ca267b735d550d3304030efbbd863fdddfe0a94e970f249a8827ee')