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