From a3b404cf9f119e56b4eaf2e35636ded5a142fdea Mon Sep 17 00:00:00 2001 From: ml- <6209465+ml-@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:14:40 +0100 Subject: [PATCH] upgpkg: vacuum 0.19.3-1 upstream release --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6cd0c9f0d72f..14943e7307a9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = vacuum pkgdesc = fast, lightweight OpenAPI linter and quality checking tool - pkgver = 0.19.2 + pkgver = 0.19.3 pkgrel = 1 url = https://quobix.com/vacuum/ arch = aarch64 @@ -10,7 +10,7 @@ pkgbase = vacuum makedepends = git makedepends = go depends = glibc - source = git+https://github.com/daveshanley/vacuum.git#tag=v0.19.2 - sha256sums = 27a52a9274df801fd6727211926fc4a6971efe7d8c1794e83392427bcf21a108 + source = git+https://github.com/daveshanley/vacuum.git#tag=v0.19.3 + sha256sums = 173411280717881ed6f82799efeff7ac71b64df713dc24165e11a61bcbc6cf26 pkgname = vacuum diff --git a/PKGBUILD b/PKGBUILD index f055ab509834..b98f2c322884 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: ml pkgname=vacuum -pkgver=0.19.2 +pkgver=0.19.3 pkgrel=1 pkgdesc='fast, lightweight OpenAPI linter and quality checking tool' arch=('aarch64' 'i686' 'x86_64') @@ -11,7 +11,7 @@ makedepends=('git' 'go') source=( "git+https://github.com/daveshanley/vacuum.git#tag=v${pkgver}" ) -sha256sums=('27a52a9274df801fd6727211926fc4a6971efe7d8c1794e83392427bcf21a108') +sha256sums=('173411280717881ed6f82799efeff7ac71b64df713dc24165e11a61bcbc6cf26') build() { cd "$pkgname"