summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2018-09-26 13:15:03 +0300
committerIvan Shapovalov2018-09-26 13:15:03 +0300
commitfab9947c490d0e958522815cf6c097639cb49908 (patch)
tree1ebd71baf94d65cdd336d94d5db0e52029b180a5
parent7c5a9e42c25fafe05f96786e21e1b07918a6b012 (diff)
downloadaur-fab9947c490d0e958522815cf6c097639cb49908.tar.gz
Build for nginx 1.15.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f6cc29f003..85f0372cd72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nginx-mainline-mod-vts
pkgdesc = Nginx virtual host traffic status module (module for mainline nginx)
pkgver = 0.1.18
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
- depends = nginx-mainline=1.15.3
- source = https://nginx.org/download/nginx-1.15.3.tar.gz
+ depends = nginx-mainline=1.15.4
+ source = https://nginx.org/download/nginx-1.15.4.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 = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
+ sha256sums = 3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts
diff --git a/PKGBUILD b/PKGBUILD
index 77c6401946b6..e5340fcb34cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.15.3
+_nginxver=1.15.4
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=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
+sha256sums=('3324776c800d974ceae8797ab9102ca26a8c3656f5c6fb3f31f2cb1e719458e7'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {