diff --git a/.SRCINFO b/.SRCINFO index bbbf286525b6..f98d7e0c769f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI - pkgver = 1.0.3 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-1.0.3-1.tgz::https://github.com/turbot/steampipe/releases/download/v1.0.3/steampipe_linux_amd64.tar.gz - sha256sums = 8ab74cc119da33d5638bb94d17b30a955c9a9f42dbd79319255e43fa24c71425 + source = steampipe-1.1.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v1.1.0/steampipe_linux_amd64.tar.gz + sha256sums = 4986e2495643a6ecea78dabd906e3d8106d0366d73cab69a9b6720a10efdaecf pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index f22dd829a7d3..a255372f9dfc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ulrich Schreiner pkgname=steampipe-bin -pkgver=1.0.3 +pkgver=1.1.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=('8ab74cc119da33d5638bb94d17b30a955c9a9f42dbd79319255e43fa24c71425') +sha256sums=('4986e2495643a6ecea78dabd906e3d8106d0366d73cab69a9b6720a10efdaecf') package() { tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz