summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2018-04-25 22:56:05 -0400
committerMark Weiman2018-04-25 22:56:05 -0400
commit511477a0ac749fdfc882bebdb0c76d5fec48344a (patch)
tree6eca5b22e67fa2133873fd13abfecd57155cc3f4
parenta69f3a77bf9d850bc316aaddbf39d2b1a3389612 (diff)
downloadaur-511477a0ac749fdfc882bebdb0c76d5fec48344a.tar.gz
Update to 0.4.2-3
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a9218fcfe2b..a7177832a446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
license = BSD
depends = nginx
- source = https://nginx.org/download/nginx-1.12.2.tar.gz
- source = https://nginx.org/download/nginx-1.12.2.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.14.0.tar.gz
+ source = https://nginx.org/download/nginx-1.14.0.tar.gz.asc
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- md5sums = 4d2fc76211435f029271f1cf6d7eeae3
+ md5sums = 2d856aca3dfe1d32e3c9f8c4cac0cc95
md5sums = SKIP
md5sums = fc2154f36eeabae4d4855cfcc25a060f
diff --git a/PKGBUILD b/PKGBUILD
index a1c4e00b429d..d656eed34574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mod-fancyindex
pkgver=0.4.2
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz
)
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin@mdounin.ru>
-md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
+md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
'SKIP'
'fc2154f36eeabae4d4855cfcc25a060f')