diff --git a/.SRCINFO b/.SRCINFO index f83fd1dda87f..692282a4d10e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.20.5 + pkgver = 0.20.6 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.20.5-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.20.5/steampipe_linux_amd64.tar.gz - sha256sums = 24148fece722babdf84742d62b5e88d4f91ac634cad435bcca45d4c4224c0b1a + source = steampipe-0.20.6-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.20.6/steampipe_linux_amd64.tar.gz + sha256sums = ebb7f511bb197b203f611a4ad757a3d36cd971a3b12ca8d0e51e8a11b842bde5 pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index d96e2a064e90..f6b409d9d2c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.20.5 +pkgver=0.20.6 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=('24148fece722babdf84742d62b5e88d4f91ac634cad435bcca45d4c4224c0b1a') +sha256sums=('ebb7f511bb197b203f611a4ad757a3d36cd971a3b12ca8d0e51e8a11b842bde5') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz