mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
upgpkg: vacuum 0.18.6-1
upstream release
This commit is contained in:
parent
4743b8bdd2
commit
41a4e9a0f2
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue