upgpkg: vacuum 0.1.7-1

upstream release
This commit is contained in:
ml 2023-06-21 11:38:58 +02:00
parent 59a2b3fb79
commit 63b1f9b817
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.1.6
pkgver = 0.1.7
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.1.6/vacuum-0.1.6.tar.gz
sha256sums = edc5522d91367ecbe2f35cf72dd193bf2d6dc136b65ca00b9085dae2924f6fdc
source = https://github.com/daveshanley/vacuum/archive/v0.1.7/vacuum-0.1.7.tar.gz
sha256sums = 9ea13870db53774b192f01a17671e88c73a06c67041061fd297018b917fc83f1
pkgname = vacuum

View file

@ -1,6 +1,6 @@
# Maintainer: ml <ml-aur@ransomware.download>
pkgname=vacuum
pkgver=0.1.6
pkgver=0.1.7
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=('edc5522d91367ecbe2f35cf72dd193bf2d6dc136b65ca00b9085dae2924f6fdc')
sha256sums=('9ea13870db53774b192f01a17671e88c73a06c67041061fd297018b917fc83f1')
build() {
_commit=$(bsdcat "$pkgname"-"$pkgver".tar.gz | git get-tar-commit-id)