summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-10 17:38:03 +0200
committerMartchus2019-05-10 17:38:03 +0200
commita2b5db6e763a2e92cc4020985d9b303ad6c8b497 (patch)
treec8693fdc68c6252b44f5c81108e906748a59ce1d
parentb5c603256592a6b31b46ab6104996bae4460b935 (diff)
downloadaur-a2b5db6e763a2e92cc4020985d9b303ad6c8b497.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 4f3cfdabc24d..af3cde5ba339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mod-dav-ext
pkgdesc = NGINX WebDAV missing commands support
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://nginx-rtmp.blogspot.de
arch = x86_64
license = BSD
- depends = nginx=1.14.2
+ depends = nginx=1.16.0
depends = libutil-linux
depends = libxslt
- 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-dav-ext-3.0.0::https://github.com/arut/nginx-dav-ext-module/archive/v3.0.0.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
diff --git a/PKGBUILD b/PKGBUILD
index 3c3e01c3e658..ccf31af4de71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
_dirname="nginx-dav-ext-module-$pkgver"
-_nginxver=1.14.2
+_nginxver=1.16.0
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')