Build for nginx 1.21.0

This commit is contained in:
Ivan Shapovalov
2021-06-20 07:56:21 +03:00
parent 73e6b81ee9
commit 0143d3f866
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 = 28
pkgrel = 30
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline=1.19.9
source = https://nginx.org/download/nginx-1.19.9.tar.gz
depends = nginx-mainline=1.21.0
source = https://nginx.org/download/nginx-1.21.0.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 = 2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841
sha256sums = fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts

View File

@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
pkgrel=28
pkgrel=30
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver=1.19.9
_nginxver=1.21.0
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=('2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841'
sha256sums=('fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {