summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2021-12-06 11:39:30 +0300
committerIvan Shapovalov2021-12-06 11:39:30 +0300
commite84e01638774ea6f83456682b5b0d62ebcf51f2e (patch)
treea8e53ee9eba91018fd0c7a3316554294dcd5f4f1
parent061e04e0b56d33c6bf358e81bd44e7b1fbd8ec58 (diff)
downloadaur-e84e01638774ea6f83456682b5b0d62ebcf51f2e.tar.gz
Build for nginx 1.21.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30f8171eb8e..e1a01a81829b 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 = 33
+ pkgrel = 34
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
- source = https://nginx.org/download/nginx-1.21.3.tar.gz
+ source = https://nginx.org/download/nginx-1.21.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 = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
+ sha256sums = d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts
- depends = nginx-mainline=1.21.3
+ depends = nginx-mainline=1.21.4
diff --git a/PKGBUILD b/PKGBUILD
index 4c26d889ff52..24346babe3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
-pkgrel=33
+pkgrel=34
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.21.3
+_nginxver=1.21.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=('14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a'
+sha256sums=('d1f72f474e71bcaaf465dcc7e6f7b6a4705e4b1ed95c581af31df697551f3bfe'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {