summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-10 17:37:54 +0200
committerMartchus2019-05-10 17:37:54 +0200
commitca08448d62874dbcd98dfac6cfc8fe7f1f760281 (patch)
tree7617e4fd3be757a41c9be72d801ab4994cff371a
parent7e5b054a170c37d666570a58b578e1a23c8c4d0b (diff)
downloadaur-ca08448d62874dbcd98dfac6cfc8fe7f1f760281.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 713a450203c0..1cb83e1f61bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nginx-mod-upstream-fair
pkgdesc = Fair load balancer module for nginx
pkgver = 0.1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/itoffshore/nginx-upstream-fair
arch = x86_64
license = unknown
- 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-upstream-fair-0.1.3::https://github.com/itoffshore/nginx-upstream-fair/archive/0.1.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
diff --git a/PKGBUILD b/PKGBUILD
index b2edf175a9e2..c004d658b697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upstream-fair
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
_dirname="nginx-upstream-fair-$pkgver"
-_nginxver=1.14.2
+_nginxver=1.16.0
pkgdesc='Fair load balancer module for nginx'
arch=('x86_64')