summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-16 14:22:56 +0200
committerMartchus2019-08-16 14:22:56 +0200
commit13a25e5c3a6e875061ee0c3acca97fc864bc4d54 (patch)
treef6bca0aef1b64398bcf5a4a0306749ccfd4dfaa1
parent3d2318f674f3b6dba2966a2399132762f5f61ff4 (diff)
downloadaur-13a25e5c3a6e875061ee0c3acca97fc864bc4d54.tar.gz
Update to NGINX 1.16.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527081888a77..7e2701d2a969 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 = 2
- url = http://nginx-rtmp.blogspot.de
+ pkgrel = 3
+ url = https://github.com/arut/nginx-dav-ext-module
arch = x86_64
license = BSD
- depends = nginx=1.16.0
+ depends = nginx=1.16.1
depends = libutil-linux
depends = libxslt
- 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-dav-ext-3.0.0::https://github.com/arut/nginx-dav-ext-module/archive/v3.0.0.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345
diff --git a/PKGBUILD b/PKGBUILD
index 7c29b6a78e31..816f691e400c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
_dirname="nginx-dav-ext-module-$pkgver"
-_nginxver=1.16.0
+_nginxver=1.16.1
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')
depends=("nginx=$_nginxver" 'libutil-linux' 'libxslt')
-url='http://nginx-rtmp.blogspot.de'
+url='https://github.com/arut/nginx-dav-ext-module'
license=('BSD')
source=(