Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
nginx-mod-vts
Commits:
ae3f8e9c by Jelle van der Waa at 2025-01-01T18:36:47+01:00
upgpkg: 0.2.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = nginx-mod-vts
pkgdesc = Nginx virtual host traffic status module
- pkgver = 0.2.2
- pkgrel = 6
+ pkgver = 0.2.3
+ pkgrel = 1
url = https://github.com/vozlt/nginx-module-vts
arch = x86_64
license = BSD-2-Clause
makedepends = nginx
makedepends = nginx-src
- source =
nginx-mod-vts-0.2.2.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.2.2.tar.gz
- sha256sums =
9353035331cfc5eec6c129eb8b348dab77f525329d4d60680a76e0c13c085f41
+ source =
nginx-mod-vts-0.2.3.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.2.3.tar.gz
+ sha256sums =
828dc1e6ef46f3d329f4857de12d302cd11c8a4d5dc4b0948326b1c00a54b12f
pkgname = nginx-mod-vts
depends = nginx=
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
_modname="nginx-module-vts"
pkgname=nginx-mod-vts
-pkgver=0.2.2
-pkgrel=6
+pkgver=0.2.3
+pkgrel=1
pkgdesc="Nginx virtual host traffic status module"
arch=('x86_64')
makedepends=('nginx' 'nginx-src')
url="https://github.com/vozlt/nginx-module-vts"
license=('BSD-2-Clause')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vozlt/$_modname/archive/v$pkgver.tar.gz)
-sha256sums=('9353035331cfc5eec6c129eb8b348dab77f525329d4d60680a76e0c13c085f41')
+sha256sums=('828dc1e6ef46f3d329f4857de12d302cd11c8a4d5dc4b0948326b1c00a54b12f')
build() {
cp -r /usr/src/nginx .
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-vts/-/commit/ae3f8e9c01d970604662ca79fac6aca08e748c5b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mod-vts/-/commit/ae3f8e9c01d970604662ca79fac6aca08e748c5b
You're receiving this email because of your account on gitlab.archlinux.org.