upgpkg: vacuum 0.2.3-1

upstream release
This commit is contained in:
ml 2023-07-13 19:32:17 +02:00
parent e8890bb704
commit 439bc0d7a8
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.2.2
pkgver = 0.2.3
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/v0.2.2/vacuum-0.2.2.tar.gz
sha256sums = 9e0d6ba0f3efee6da72cda9528767919f082b0a2a1c492ae63e9c794f42bbc5c
source = https://github.com/daveshanley/vacuum/archive/v0.2.3/vacuum-0.2.3.tar.gz
sha256sums = 94dd7eb130ee6c94ab5844ae2cab505bc92e9ae2e34da8779393b546c8fe1edf
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.2.2
pkgver=0.2.3
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/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('9e0d6ba0f3efee6da72cda9528767919f082b0a2a1c492ae63e9c794f42bbc5c')
sha256sums=('94dd7eb130ee6c94ab5844ae2cab505bc92e9ae2e34da8779393b546c8fe1edf')
build() {
_commit=$(bsdcat "$pkgname"-"$pkgver".tar.gz | git get-tar-commit-id)