diff --git a/.SRCINFO b/.SRCINFO index afefe32cd0cb..722ac83ec77f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.22.1 + pkgver = 0.22.2 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.22.1-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.22.1/steampipe_linux_amd64.tar.gz - sha256sums = fd1d82c8981df5354aaa26dd84a6be485992f8088f7f3337cba7b3857eaea425 + source = steampipe-0.22.2-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.22.2/steampipe_linux_amd64.tar.gz + sha256sums = c1a040514297a022b5311deb6de2b323820a448b0d3a193fa07a20dbe14b062f pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 95a7dce536bd..97efee280cb0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.22.1 +pkgver=0.22.2 pkgrel=1 pkgdesc='Steampipe CLI' url='https://github.com/turbot/steampipe' @@ -9,7 +9,7 @@ license=('AGPL-3.0') arch=('x86_64') provides=('steampipe') source=("steampipe-$pkgver-$pkgrel.tgz::https://github.com/turbot/steampipe/releases/download/v$pkgver/steampipe_linux_amd64.tar.gz") -sha256sums=('fd1d82c8981df5354aaa26dd84a6be485992f8088f7f3337cba7b3857eaea425') +sha256sums=('c1a040514297a022b5311deb6de2b323820a448b0d3a193fa07a20dbe14b062f') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz