diff --git a/.SRCINFO b/.SRCINFO index a5a52192db07..1fdec436378d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 2.3.0 + pkgver = 2.3.1 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-2.3.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v2.3.0/steampipe_linux_amd64.tar.gz - sha256sums = 29be2ab636986e84536234b746400f90f894bac4b6130397826d54832b6d55f4 + source = steampipe-2.3.1-1.tgz::https://github.com/turbot/steampipe/releases/download/v2.3.1/steampipe_linux_amd64.tar.gz + sha256sums = 390220ee39e01a61140a114a4c942f9e4d96081be6284e31c4e43d841e41894e pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index c9d7a7560a49..85dd0270a26a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=2.3.0 +pkgver=2.3.1 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=('29be2ab636986e84536234b746400f90f894bac4b6130397826d54832b6d55f4') +sha256sums=('390220ee39e01a61140a114a4c942f9e4d96081be6284e31c4e43d841e41894e') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz