summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2019-06-29 17:49:56 +0000
committerJohn K. Luebs2019-06-29 17:49:56 +0000
commit302650555939118ad301278da9e4c19ec0590121 (patch)
tree1002d577bab4dccb91e9cc1ca72d86a36141654f
parentc00841c36fe09cc7e90fdf93a2fb18746923048e (diff)
downloadaur-302650555939118ad301278da9e4c19ec0590121.tar.gz
bump to nginx-mainline 1.17.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397dcf2fbe39..45f5bb6d296d 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.3
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = nginx-mainline-mod-fancyindex
license = BSD
makedepends = nginx-mainline
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.15.9.tar.gz
- source = https://nginx.org/download/nginx-1.15.9.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.1.tar.gz
+ source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = SKIP
+ sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
sha256sums = SKIP
sha256sums = 81698fb0c1ec9f906ce308c055d5d248085caf390f4b92516c1ec93f87c886d4
diff --git a/PKGBUILD b/PKGBUILD
index 9f5984755981..dbaf2a8465a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: hdhoang <arch@hdhoang.space>
+# Maintainer: jkl
+# Contributor: hdhoang <arch@hdhoang.space>
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.3
-pkgrel=9
+pkgrel=10
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.9
+_nginxver=1.17.1
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64' 'armv7h')
@@ -18,7 +19,8 @@ source=(
https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz
)
-sha256sums=('SKIP' 'SKIP'
+sha256sums=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
+ 'SKIP'
'81698fb0c1ec9f906ce308c055d5d248085caf390f4b92516c1ec93f87c886d4')
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>