summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-10 17:37:57 +0200
committerMartchus2019-05-10 17:37:57 +0200
commitfb6aacc176a3c811e37ad4428aa22f4df27088f1 (patch)
tree187e87d5c5f1c2dd7e7d7d1dbaeb89a75063631e
parentd6f3a63266c3a48061f9af32f251d8c50b374234 (diff)
downloadaur-fb6aacc176a3c811e37ad4428aa22f4df27088f1.tar.gz
Update to NGINX 1.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b637cbaec61..06a02dc83f92 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 = 3
+ pkgrel = 4
url = https://github.com/masterzen/nginx-upload-progress-module
arch = x86_64
license = CUSTOM
- depends = nginx=1.14.2
+ depends = nginx=1.16.0
depends = libutil-linux
- source = https://nginx.org/download/nginx-1.14.2.tar.gz
- source = https://nginx.org/download/nginx-1.14.2.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.16.0.tar.gz
+ source = https://nginx.org/download/nginx-1.16.0.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 5efb4b36233c..59b0e7a3f75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upload-progress
pkgver=0.9.2
-pkgrel=3
+pkgrel=4
_dirname="nginx-upload-progress-module-$pkgver"
-_nginxver=1.14.2
+_nginxver=1.16.0
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64')