upgpkg: vacuum 0.7.1-1

upstream release
This commit is contained in:
ml- 2024-01-12 17:32:25 +01:00
parent 1346a5f273
commit a4e7c2f778
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.7.0
pkgver = 0.7.1
pkgrel = 1
url = https://quobix.com/vacuum/
arch = aarch64
@ -10,7 +10,7 @@ pkgbase = vacuum
makedepends = git
makedepends = go
depends = glibc
source = https://github.com/daveshanley/vacuum/archive/refs/tags/v0.7.0/vacuum-0.7.0.tar.gz
sha256sums = cc4162a0139edf6246adf5a4291a56e91a022bec951af111a0e7f988e5878e36
source = https://github.com/daveshanley/vacuum/archive/refs/tags/v0.7.1/vacuum-0.7.1.tar.gz
sha256sums = 11b4373a81c9213e9b6dee2982baecdc9588d04ab8af4333498a5628dac1326f
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.7.0
pkgver=0.7.1
pkgrel=1
pkgdesc='fast, lightweight OpenAPI linter and quality checking tool'
arch=('aarch64' 'i686' 'x86_64')
@ -9,7 +9,7 @@ license=('MIT')
depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/daveshanley/vacuum/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('cc4162a0139edf6246adf5a4291a56e91a022bec951af111a0e7f988e5878e36')
sha256sums=('11b4373a81c9213e9b6dee2982baecdc9588d04ab8af4333498a5628dac1326f')
build() {
_commit=$(bsdcat "$pkgname"-"$pkgver".tar.gz | git get-tar-commit-id)