summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2022-10-10 04:08:25 +0300
committerIvan Shapovalov2022-10-10 04:08:25 +0300
commit44e33a28ba3268f56079d9f3c818455930b4c785 (patch)
treea2ea6cb35675a95a364d837278bab599b7af0b1e
parentcdf73acb50de445cf43761f557733fa4deb5209a (diff)
downloadaur-44e33a28ba3268f56079d9f3c818455930b4c785.tar.gz
Update to 0.2.1; build for nginx 1.23.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40dd463f8d8..64a1fad28379 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 = 35
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
- source = https://nginx.org/download/nginx-1.21.6.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 = 66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae
- sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
+ source = https://nginx.org/download/nginx-1.23.1.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 = 1a63d78d3ae4df18b3a57a616eeee006cdc0bd71aa7ea2947046004b123704f4
pkgname = nginx-mainline-mod-vts
- depends = nginx-mainline=1.21.6
+ depends = nginx-mainline=1.23.1
diff --git a/PKGBUILD b/PKGBUILD
index be2f653335b3..1f8bf3d082ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-vts
-pkgver=0.1.18
-pkgrel=35
+pkgver=0.2.1
+pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.21.6
+_nginxver=1.23.1
pkgdesc='Nginx virtual host traffic status module (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v$pkgver.tar.gz
)
-sha256sums=('66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae'
- '17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
+sha256sums=('5eee1bd1c23e3b9477a45532f1f36ae6178b43d571a9607e6953cef26d5df1e2'
+ '1a63d78d3ae4df18b3a57a616eeee006cdc0bd71aa7ea2947046004b123704f4')
build() {
cd "$srcdir"/nginx-$_nginxver