diff --git a/.SRCINFO b/.SRCINFO index 0515782c7bfe..a7e55a95df00 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = vacuum pkgdesc = fast, lightweight OpenAPI linter and quality checking tool - pkgver = 0.9.9 + pkgver = 0.9.10 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/refs/tags/v0.9.9/vacuum-0.9.9.tar.gz - sha256sums = 07c8e0f99c34b130303c2ce07cc3a830e0b936dbe2f89d8f8744f153eb895b02 + source = https://github.com/daveshanley/vacuum/archive/refs/tags/v0.9.10/vacuum-0.9.10.tar.gz + sha256sums = a25deb831f1bb5fc75fc554943fdff6d08a6a0f82993c96cb5763d469c1654ac pkgname = vacuum diff --git a/PKGBUILD b/PKGBUILD index acb77db8c01b..ea67e6c679c4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: ml pkgname=vacuum -pkgver=0.9.9 +pkgver=0.9.10 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/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('07c8e0f99c34b130303c2ce07cc3a830e0b936dbe2f89d8f8744f153eb895b02') +sha256sums=('a25deb831f1bb5fc75fc554943fdff6d08a6a0f82993c96cb5763d469c1654ac') build() { _commit=$(bsdcat "$pkgname"-"$pkgver".tar.gz | git get-tar-commit-id)