upgpkg: vacuum 0.19.1-1

upstream release
This commit is contained in:
ml- 2025-10-26 22:58:00 +01:00
parent 5999d25b49
commit f4d7a60099
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = vacuum
pkgdesc = fast, lightweight OpenAPI linter and quality checking tool
pkgver = 0.19.0
pkgver = 0.19.1
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.0
sha256sums = f3e256ed579a65262093daa282aa8de12bc334a660fd0cb74c87554220735ecd
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.19.1
sha256sums = cbec3ae0cfd205063097d5b42556dd4ae981e5c48c41db87064e415e56e26a49
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.19.0
pkgver=0.19.1
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=('f3e256ed579a65262093daa282aa8de12bc334a660fd0cb74c87554220735ecd')
sha256sums=('cbec3ae0cfd205063097d5b42556dd4ae981e5c48c41db87064e415e56e26a49')
build() {
cd "$pkgname"