summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2018-12-15 10:29:04 +0300
committerIvan Shapovalov2018-12-15 10:29:04 +0300
commitb9e1a5aa93d3767a4ac939ce0d8bc9aa3dd39764 (patch)
treeae920776c5d90876cd51e2922eb5d9276d321c17
parent05d1802a29b2354f41ba33ac267d87e4f1d4d6b9 (diff)
downloadaur-b9e1a5aa93d3767a4ac939ce0d8bc9aa3dd39764.tar.gz
Build for nginx 1.15.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf3ba81454e..c8f4576814ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nginx-mainline-mod-vts
pkgdesc = Nginx virtual host traffic status module (module for mainline nginx)
pkgver = 0.1.18
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
- depends = nginx-mainline=1.15.6
- source = https://nginx.org/download/nginx-1.15.6.tar.gz
+ depends = nginx-mainline=1.15.7
+ source = https://nginx.org/download/nginx-1.15.7.tar.gz
source = nginx-mainline-mod-vts-0.1.18.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz
sha256sums = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
diff --git a/PKGBUILD b/PKGBUILD
index f4e6910d851b..4f6ad7ded57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
-pkgrel=5
+pkgrel=6
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.6
+_nginxver=1.15.7
pkgdesc='Nginx virtual host traffic status module (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v$pkgver.tar.gz
)
-sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
+sha256sums=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {