diff --git a/.SRCINFO b/.SRCINFO index 3359b136be77..5f48418e59f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = vacuum pkgdesc = fast, lightweight OpenAPI linter and quality checking tool - pkgver = 0.1.8 + pkgver = 0.2.2 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.8/vacuum-0.1.8.tar.gz - sha256sums = 41a7a0756b73779efbf6fd07f8c252988557845d73f649118c6856ebb76599a5 + source = https://github.com/daveshanley/vacuum/archive/v0.2.2/vacuum-0.2.2.tar.gz + sha256sums = 9e0d6ba0f3efee6da72cda9528767919f082b0a2a1c492ae63e9c794f42bbc5c pkgname = vacuum diff --git a/PKGBUILD b/PKGBUILD index b551c0b11d41..b01209c43c5f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: ml pkgname=vacuum -pkgver=0.1.8 +pkgver=0.2.2 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=('41a7a0756b73779efbf6fd07f8c252988557845d73f649118c6856ebb76599a5') +sha256sums=('9e0d6ba0f3efee6da72cda9528767919f082b0a2a1c492ae63e9c794f42bbc5c') build() { _commit=$(bsdcat "$pkgname"-"$pkgver".tar.gz | git get-tar-commit-id)