summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-01-29 15:41:54 +0100
committerMartchus2019-01-29 15:41:54 +0100
commitd4cb59d9098f2b992c42280b1670c16caa1b56b8 (patch)
tree053f9e0f49d8ae580e4ea1815249aa2bca9f6fde
parent2bf111ff69e808301d18c1735855ceae987405fd (diff)
downloadaur-d4cb59d9098f2b992c42280b1670c16caa1b56b8.tar.gz
Update to NGINX 1.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebfc92cc52ff..d743ae843543 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 = 1
+ pkgrel = 3
url = https://github.com/itoffshore/nginx-upstream-fair
arch = x86_64
license = unknown
- depends = nginx=1.14.0
+ depends = nginx=1.14.2
depends = libutil-linux
- source = https://nginx.org/download/nginx-1.14.0.tar.gz
- source = https://nginx.org/download/nginx-1.14.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.14.2.tar.gz
+ source = https://nginx.org/download/nginx-1.14.2.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 = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
diff --git a/PKGBUILD b/PKGBUILD
index d638af14b543..3910481132fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-upstream-fair
pkgver=0.1.3
-pkgrel=1
+pkgrel=3
_dirname="nginx-upstream-fair-$pkgver"
-_nginxver=1.14.0
+_nginxver=1.14.2
pkgdesc='Fair load balancer module for nginx'
arch=('x86_64')