upgpkg: vacuum 0.19.5-1

upstream release
This commit is contained in:
ml- 2025-11-03 14:20:40 +01:00
parent 62796d9807
commit 9551ded79d
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.4
pkgver = 0.19.5
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.4
sha256sums = 5eec54c91208511a169ce83a9901aaebb7f9813fb74ee90e04fac3ecf236b16c
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.19.5
sha256sums = c6998bcec610af14ccba589c09463348a8f0e8cc5d0cc38553005bacb20fdad8
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.19.4
pkgver=0.19.5
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=('5eec54c91208511a169ce83a9901aaebb7f9813fb74ee90e04fac3ecf236b16c')
sha256sums=('c6998bcec610af14ccba589c09463348a8f0e8cc5d0cc38553005bacb20fdad8')
build() {
cd "$pkgname"