From ab3878103f566f90840fde206ec79bd7b24eef3c Mon Sep 17 00:00:00 2001 From: Ulrich Schreiner Date: Mon, 11 Jul 2022 14:23:07 +0200 Subject: [PATCH] update binary --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d675018249ef..b57c0f1b4ee3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 0.15.0 + pkgver = 0.15.1 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.15.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.15.0/steampipe_linux_amd64.tar.gz - sha256sums = 20089b712dda67bd18a007a55e4b9b95372c849573f77c59b3f7bdfcef871d8b + source = steampipe-0.15.1-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.15.1/steampipe_linux_amd64.tar.gz + sha256sums = 9cb32c6f1f26a23b0a81829ccbc9a37522f9c7f05fd98e30c08d9729e43fc4d1 pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 485a38203433..c6f6e497d613 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=0.15.0 +pkgver=0.15.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=('20089b712dda67bd18a007a55e4b9b95372c849573f77c59b3f7bdfcef871d8b') +sha256sums=('9cb32c6f1f26a23b0a81829ccbc9a37522f9c7f05fd98e30c08d9729e43fc4d1') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz