summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Schreiner2024-03-15 17:25:41 +0100
committerUlrich Schreiner2024-03-15 17:25:41 +0100
commit1cfab85655614605f7492db885acc20e83b01468 (patch)
tree088cd62982ff530e1b07f496d7df2c125ed61491
parentdaceb1779cf4284b494106f15f5bdcdfd0eaddc5 (diff)
downloadaur-1cfab85655614605f7492db885acc20e83b01468.tar.gz
update binary
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f55238070c9..afefe32cd0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = steampipe-bin
pkgdesc = Steampipe CLI
- pkgver = 0.22.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/turbot/steampipe
arch = x86_64
license = AGPL-3.0
provides = steampipe
- source = steampipe-0.22.0-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.22.0/steampipe_linux_amd64.tar.gz
- sha256sums = ce853d6d4be74b81c3e9ee757bbc39fb9e65b52cc571657fd78513e70e716d31
+ source = steampipe-0.22.1-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.22.1/steampipe_linux_amd64.tar.gz
+ sha256sums = fd1d82c8981df5354aaa26dd84a6be485992f8088f7f3337cba7b3857eaea425
pkgname = steampipe-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0051d7be7055..95a7dce536bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ulrich Schreiner <ulrich.schreiner@gmail.com>
pkgname=steampipe-bin
-pkgver=0.22.0
+pkgver=0.22.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=('ce853d6d4be74b81c3e9ee757bbc39fb9e65b52cc571657fd78513e70e716d31')
+sha256sums=('fd1d82c8981df5354aaa26dd84a6be485992f8088f7f3337cba7b3857eaea425')
package() {
tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz