diff --git a/.SRCINFO b/.SRCINFO index a1e11638c8b5..a1afb0e3f40c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.12.2 + pkgver = 0.13.0 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.12.2-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.12.2/steampipe_linux_amd64.tar.gz - sha256sums = 5d09ea3681512ba05cfb6013d759fb230870c2414866473eafcf777e60cf58c9 + source = steampipe-0.13.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.13.0/steampipe_linux_amd64.tar.gz + sha256sums = 0eff0b4ea7bc67e1ae335e4c7cdbcffc51af033e14f95a1c27cb2768f6a50b68 pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 58c54b386264..fa23585fb7e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.12.2 +pkgver=0.13.0 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=('5d09ea3681512ba05cfb6013d759fb230870c2414866473eafcf777e60cf58c9') +sha256sums=('0eff0b4ea7bc67e1ae335e4c7cdbcffc51af033e14f95a1c27cb2768f6a50b68') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz