upgpkg: vacuum 0.18.6-1

upstream release
This commit is contained in:
ml- 2025-10-15 12:21:56 +02:00
parent 4743b8bdd2
commit 41a4e9a0f2
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vacuum
pkgdesc = fast, lightweight OpenAPI linter and quality checking tool
pkgver = 0.18.5
pkgrel = 3
pkgver = 0.18.6
pkgrel = 1
url = https://quobix.com/vacuum/
arch = aarch64
arch = i686
@ -10,7 +10,7 @@ pkgbase = vacuum
makedepends = git
makedepends = go
depends = glibc
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.18.5
sha256sums = b6229ec27dafdbac748e6567f42aee3303b5f0bbfe5b38b1f8bccba11ded8982
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.18.6
sha256sums = b058ac8d51f771bdebd7aa4e08140441f15d68773a6f57bc934f7e0d05ebe504
pkgname = vacuum

View file

@ -1,7 +1,7 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.18.5
pkgrel=3
pkgver=0.18.6
pkgrel=1
pkgdesc='fast, lightweight OpenAPI linter and quality checking tool'
arch=('aarch64' 'i686' 'x86_64')
url=https://quobix.com/vacuum/
@ -11,7 +11,7 @@ makedepends=('git' 'go')
source=(
"git+https://github.com/daveshanley/vacuum.git#tag=v${pkgver}"
)
sha256sums=('b6229ec27dafdbac748e6567f42aee3303b5f0bbfe5b38b1f8bccba11ded8982')
sha256sums=('b058ac8d51f771bdebd7aa4e08140441f15d68773a6f57bc934f7e0d05ebe504')
build() {
cd "$pkgname"