upgpkg: vacuum 0.23.6-1

upstream release
This commit is contained in:
ml- 2026-02-05 18:30:02 +01:00
parent a1df4e3d5e
commit 488053ea45
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.5
pkgver = 0.23.6
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.5
sha256sums = fa87fe61d25d74640748383ddf34f06021ab43f1c2b92d9a89e8648aa8e636b1
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.23.6
sha256sums = 60cc7b1b15d4b7acaf1aa4e0448d38ebd46e41cba617fc3cac7ee4941f21636c
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.23.5
pkgver=0.23.6
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=('fa87fe61d25d74640748383ddf34f06021ab43f1c2b92d9a89e8648aa8e636b1')
sha256sums=('60cc7b1b15d4b7acaf1aa4e0448d38ebd46e41cba617fc3cac7ee4941f21636c')
build() {
cd "$pkgname"