diff --git a/.SRCINFO b/.SRCINFO index 5b8fe8b1c36b..dd5f46276e80 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = steampipe-bin pkgdesc = Steampipe CLI pkgver = 0.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/turbot/steampipe arch = x86_64 license = AGPL-3.0 provides = steampipe - source = steampipe-0.9.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.9.0/steampipe_linux_amd64.tar.gz + source = steampipe-0.9.0-2.tgz::https://github.com/turbot/steampipe/releases/download/v0.9.0/steampipe_linux_amd64.tar.gz sha256sums = a26a9439b686c658c547db508af5c1187781eb3014964f3f312ab94042480cfa pkgname = steampipe-bin diff --git a/PKGBUILD b/PKGBUILD index 92d71d31320f..266350144fa8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=steampipe-bin pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='Steampipe CLI' url='https://github.com/turbot/steampipe' license=('AGPL-3.0')