mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
upgpkg: vacuum 0.23.0-1
upstream release
This commit is contained in:
parent
87fb44f7eb
commit
5a40b666d4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vacuum
|
||||
pkgdesc = fast, lightweight OpenAPI linter and quality checking tool
|
||||
pkgver = 0.22.0
|
||||
pkgver = 0.23.0
|
||||
pkgrel = 1
|
||||
url = https://quobix.com/vacuum/
|
||||
arch = aarch64
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = vacuum
|
|||
makedepends = git
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.22.0
|
||||
sha256sums = b31cc0e4dbc2bc06700c2855c9ab9e6848f9f92ec75545272242187b7dc37bc4
|
||||
source = git+https://github.com/daveshanley/vacuum.git#tag=v0.23.0
|
||||
sha256sums = a349ce9030c26a4dd9bb92d84b5eedec8e428e0cb19e54d88b648430a86aa251
|
||||
|
||||
pkgname = vacuum
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: ml <ml-aur@ransomware.download>
|
||||
pkgname=vacuum
|
||||
pkgver=0.22.0
|
||||
pkgver=0.23.0
|
||||
pkgrel=1
|
||||
pkgdesc='fast, lightweight OpenAPI linter and quality checking tool'
|
||||
arch=('aarch64' 'i686' 'x86_64')
|
||||
|
|
@ -11,7 +11,7 @@ makedepends=('git' 'go')
|
|||
source=(
|
||||
"git+https://github.com/daveshanley/vacuum.git#tag=v${pkgver}"
|
||||
)
|
||||
sha256sums=('b31cc0e4dbc2bc06700c2855c9ab9e6848f9f92ec75545272242187b7dc37bc4')
|
||||
sha256sums=('a349ce9030c26a4dd9bb92d84b5eedec8e428e0cb19e54d88b648430a86aa251')
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue