Build for nginx 1.15.8

This commit is contained in:
Ivan Shapovalov
2018-12-27 07:37:47 +03:00
parent b9e1a5aa93
commit 831465cfca
2 changed files with 7 additions and 7 deletions

View File

@@ -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 = 6
pkgrel = 7
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline=1.15.7
source = https://nginx.org/download/nginx-1.15.7.tar.gz
depends = nginx-mainline=1.15.8
source = https://nginx.org/download/nginx-1.15.8.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 = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts

View File

@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
pkgrel=6
pkgrel=7
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver=1.15.7
_nginxver=1.15.8
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=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
sha256sums=('a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {