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