upgpkg: vacuum 0.23.4-1

upstream release
This commit is contained in:
ml- 2026-01-19 23:07:33 +01:00
parent 3e7deb0181
commit 7a4d19f2fd
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.23.3
pkgver = 0.23.4
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.23.3
sha256sums = f4debe4c5dd71eb06a614bb8e019faf500084e806ee07057ff47b0d01bc5aa3d
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.23.4
sha256sums = 78addf3a280bbec0369a385fd67dc2e90b77fec2e241425e31d243e4c1795f5f
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.23.3
pkgver=0.23.4
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=('f4debe4c5dd71eb06a614bb8e019faf500084e806ee07057ff47b0d01bc5aa3d')
sha256sums=('78addf3a280bbec0369a385fd67dc2e90b77fec2e241425e31d243e4c1795f5f')
build() {
cd "$pkgname"