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