diff --git a/.SRCINFO b/.SRCINFO index a811fb3c2f51..49fbce06b1c4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.7.2 + pkgver = 0.7.3 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.7.2-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.7.2/steampipe_linux_amd64.tar.gz - md5sums = faf94332ffda47748d97f33080015fb0 + source = steampipe-0.7.3-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.7.3/steampipe_linux_amd64.tar.gz + md5sums = 1bd604c48b3e645fc49990c099fc9b7a pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index a4bbad410801..5f1d72a03b8f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.7.2 +pkgver=0.7.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=('faf94332ffda47748d97f33080015fb0') +md5sums=('1bd604c48b3e645fc49990c099fc9b7a') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz