diff --git a/.SRCINFO b/.SRCINFO index bd6901c7e4b9..5549197c6604 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.8.3 + pkgver = 0.8.4 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.8.3-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.8.3/steampipe_linux_amd64.tar.gz - md5sums = 35d6837867b2cdff2ae25a1c86f0e22c + source = steampipe-0.8.4-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.8.4/steampipe_linux_amd64.tar.gz + md5sums = 9264505840a340ad05af3a0e99d591ce pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index d85b93d7a2f6..1724215431b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.8.3 +pkgver=0.8.4 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") -md5sums=('35d6837867b2cdff2ae25a1c86f0e22c') +md5sums=('9264505840a340ad05af3a0e99d591ce') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz