Build for nginx 1.23.2

This commit is contained in:
Ivan Shapovalov
2022-10-31 09:15:29 +03:00
parent 44e33a28ba
commit 4d5a14b1f8
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.2.1
pkgrel = 1
pkgrel = 2
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
source = https://nginx.org/download/nginx-1.23.1.tar.gz
source = https://nginx.org/download/nginx-1.23.2.tar.gz
source = nginx-mainline-mod-vts-0.2.1.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.2.1.tar.gz
sha256sums = 5eee1bd1c23e3b9477a45532f1f36ae6178b43d571a9607e6953cef26d5df1e2
sha256sums = a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46
sha256sums = 1a63d78d3ae4df18b3a57a616eeee006cdc0bd71aa7ea2947046004b123704f4
pkgname = nginx-mainline-mod-vts
depends = nginx-mainline=1.23.1
depends = nginx-mainline=1.23.2

View File

@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.2.1
pkgrel=1
pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver=1.23.1
_nginxver=1.23.2
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=('5eee1bd1c23e3b9477a45532f1f36ae6178b43d571a9607e6953cef26d5df1e2'
sha256sums=('a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46'
'1a63d78d3ae4df18b3a57a616eeee006cdc0bd71aa7ea2947046004b123704f4')
build() {