diff --git a/.SRCINFO b/.SRCINFO index 49466389b967..ccbdebd5f568 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.15.2 + pkgver = 0.15.3 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.15.2-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.15.2/steampipe_linux_amd64.tar.gz - sha256sums = 1f84f00543e448db51da541b0661106c302ee7bcda957f2820df748e92c32273 + source = steampipe-0.15.3-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.15.3/steampipe_linux_amd64.tar.gz + sha256sums = 2b1ccc24aeb6684e603e3f88260b7bf9f18ab5145d395acb37d1748306b2b572 pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 3c6026ba94d1..5b175179222b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.15.2 +pkgver=0.15.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") -sha256sums=('1f84f00543e448db51da541b0661106c302ee7bcda957f2820df748e92c32273') +sha256sums=('2b1ccc24aeb6684e603e3f88260b7bf9f18ab5145d395acb37d1748306b2b572') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz