summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2021-03-12 02:06:26 +0300
committerIvan Shapovalov2021-03-12 02:06:26 +0300
commit4d705f9cd7346d3633c03fcfb4b77f81135a1da2 (patch)
tree74463fc0906a2bd07cbdd9dedd57b983c74caa84
parent41f6d37770c49e87fd4fd3ab53b1a0a2f83ca6f8 (diff)
downloadaur-4d705f9cd7346d3633c03fcfb4b77f81135a1da2.tar.gz
Build for nginx 1.19.8
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55c65e7a337..cd5340fe5526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = nginx-mainline-mod-vts
pkgdesc = Nginx virtual host traffic status module (module for mainline nginx)
pkgver = 0.1.18
- pkgrel = 25
+ pkgrel = 27
url = https://github.com/vozlt/nginx-module-vts
arch = i686
arch = x86_64
license = BSD
- depends = nginx-mainline=1.19.6
- source = https://nginx.org/download/nginx-1.19.6.tar.gz
+ depends = nginx-mainline=1.19.8
+ source = https://nginx.org/download/nginx-1.19.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 = b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5
+ sha256sums = 308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts
-
diff --git a/PKGBUILD b/PKGBUILD
index d9091e3d1427..d7b7a74d7d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mainline-mod-vts
pkgver=0.1.18
-pkgrel=25
+pkgrel=27
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.19.6
+_nginxver=1.19.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=('b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5'
+sha256sums=('308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {