summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-16 14:22:55 +0200
committerMartchus2019-08-16 14:22:55 +0200
commit1c5b7efb3a9232d24fbd3c69bfa58ed15bff43e2 (patch)
tree7565c6d5436f85523d2d8760fdb4b4993e8b7b21
parent5751490e118c7819a8f342a31d7c417ea4acf136 (diff)
downloadaur-1c5b7efb3a9232d24fbd3c69bfa58ed15bff43e2.tar.gz
Update to NGINX 1.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e2ee3b8c5e..b78ac1767aa2 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 = 4
+ pkgrel = 5
url = https://github.com/masterzen/nginx-upload-progress-module
arch = x86_64
license = CUSTOM
- depends = nginx=1.16.0
+ depends = nginx=1.16.1
depends = libutil-linux
- source = https://nginx.org/download/nginx-1.16.0.tar.gz
- source = https://nginx.org/download/nginx-1.16.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.16.1.tar.gz
+ source = https://nginx.org/download/nginx-1.16.1.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 9f21e36d8b5e..29e8a35a683c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upload-progress
pkgver=0.9.2
-pkgrel=4
+pkgrel=5
_dirname="nginx-upload-progress-module-$pkgver"
-_nginxver=1.16.0
+_nginxver=1.16.1
pkgdesc='NGINX module implementing an upload progress system, that monitors RFC1867 POST uploads'
arch=('x86_64')