summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-16 14:22:54 +0200
committerMartchus2019-08-16 14:22:54 +0200
commit012de1c1f2777b1e4cc428378f680ed3bacbaeed (patch)
treee917e52b054f2ffb8e94c45c1e3eb75e41bf9deb
parentcf2d679d6cd634deb9a5cd20d94f871210df4bf1 (diff)
downloadaur-012de1c1f2777b1e4cc428378f680ed3bacbaeed.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 b6ae1fb4bdac..564829b5f1c9 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 = 4
+ pkgrel = 5
url = https://github.com/itoffshore/nginx-upstream-fair
arch = x86_64
license = unknown
- 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-upstream-fair-0.1.3::https://github.com/itoffshore/nginx-upstream-fair/archive/0.1.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345
diff --git a/PKGBUILD b/PKGBUILD
index 7542f2d5c175..d067ce3801c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upstream-fair
pkgver=0.1.3
-pkgrel=4
+pkgrel=5
_dirname="nginx-upstream-fair-$pkgver"
-_nginxver=1.16.0
+_nginxver=1.16.1
pkgdesc='Fair load balancer module for nginx'
arch=('x86_64')