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