summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-01-29 15:41:51 +0100
committerMartchus2019-01-29 15:41:51 +0100
commit241030852ecd7c8419133864c02c482dcacb1938 (patch)
treee82a04e11f347c10a524a05cd90c820104cd19af
parentaeda1cb67a667ee1063987842ea2786cda11bf49 (diff)
downloadaur-241030852ecd7c8419133864c02c482dcacb1938.tar.gz
Update to NGINX 1.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02153b7acdb6..198fc57da00e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nginx-mod-upload-progress
pkgdesc = NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/masterzen/nginx-upload-progress-module
arch = x86_64
license = CUSTOM
- depends = nginx=1.14.0
+ depends = nginx=1.14.2
depends = libutil-linux
- 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://nginx.org/download/nginx-1.14.2.tar.gz
+ source = https://nginx.org/download/nginx-1.14.2.tar.gz.asc
source = nginx-mod-upload-progress-0.9.2::https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.2.tar.gz
source = 0001-Fix-ngx_module_type.patch::https://github.com/masterzen/nginx-upload-progress-module/commit/dd138546b16a01e9c09613d02211373baf1cac02.patch
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
diff --git a/PKGBUILD b/PKGBUILD
index 72f437f8dfb0..a17c6de949ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upload-progress
pkgver=0.9.2
-pkgrel=1
+pkgrel=3
_dirname="nginx-upload-progress-module-$pkgver"
-_nginxver=1.14.0
+_nginxver=1.14.2
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64')