diff --git a/.SRCINFO b/.SRCINFO index fd0e69d9af83..995859ef93c3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.13.6 + pkgver = 0.14.0 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.13.6-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.13.6/steampipe_linux_amd64.tar.gz - sha256sums = b1c263b1e41a5559a916978ba1232d2f613c399d03dec1094d929c493a0fd61f + source = steampipe-0.14.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.14.0/steampipe_linux_amd64.tar.gz + sha256sums = 73595d87c442c2f1c44844831340754dddb2152fe6825fd1a30d663a40e4081b pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 5430f566777c..9350d56b96c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.13.6 +pkgver=0.14.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=('b1c263b1e41a5559a916978ba1232d2f613c399d03dec1094d929c493a0fd61f') +sha256sums=('73595d87c442c2f1c44844831340754dddb2152fe6825fd1a30d663a40e4081b') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz