summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2019-02-26 18:53:28 -0500
committerJohn K. Luebs2019-02-26 18:53:28 -0500
commitc00841c36fe09cc7e90fdf93a2fb18746923048e (patch)
tree33caee522d7ec1f332a098dd7dfe2d89e340ca06
parentaa4058018c08f632fb7e4b614efc17f99bdc9d46 (diff)
downloadaur-c00841c36fe09cc7e90fdf93a2fb18746923048e.tar.gz
bump to nginx 1.15.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aaa1e59cf50..397dcf2fbe39 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 = 8
+ pkgrel = 9
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = nginx-mainline-mod-fancyindex
license = BSD
makedepends = nginx-mainline
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.15.8.tar.gz
- source = https://nginx.org/download/nginx-1.15.8.tar.gz.asc
+ 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://github.com/aperezdc/ngx-fancyindex/archive/v0.4.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f56331e6c31..9f5984755981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.3
-pkgrel=8
+pkgrel=9
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.8
+_nginxver=1.15.9
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64' 'armv7h')