From a4465c1e24dbf7c24608a9d17636178b1d20a161 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:57:33 +0000 Subject: [PATCH 1/2] steampipe 0.22.0 --- Formula/s/steampipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index d3d368a3fb3d7..f01f5c2a58998 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -1,8 +1,8 @@ class Steampipe < Formula desc "Use SQL to instantly query your cloud services" homepage "https://steampipe.io/" - url "https://github.com/turbot/steampipe/archive/refs/tags/v0.21.8.tar.gz" - sha256 "9e519bed71c73241b2e816481121bd278988ed6d4408dbf4d8d376b08cc39cea" + url "https://github.com/turbot/steampipe/archive/refs/tags/v0.22.0.tar.gz" + sha256 "c6ddf025d178b8a7495ea943997fec63b41fa4dc346afae816a8b3185352631b" license "AGPL-3.0-only" head "https://github.com/turbot/steampipe.git", branch: "main" From 1dc416e220fc78f872e7c3069d86693d27e8b477 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:57:00 +0000 Subject: [PATCH 2/2] steampipe: update 0.22.0 bottle. --- Formula/s/steampipe.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/steampipe.rb b/Formula/s/steampipe.rb index f01f5c2a58998..5562dc823683d 100644 --- a/Formula/s/steampipe.rb +++ b/Formula/s/steampipe.rb @@ -12,13 +12,13 @@ class Steampipe < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "df75596a0cb74f2a42b6dcb8c565238aa0541c5d4485bb2ea31b1009481dea00" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ad92e3b4ad94d8b2798feb3f6c1b5f03e59389b087cf4855a3896598e611822d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c62ccbb7c80075191b01001f68e63c137e46e0f11ed57e918d761e1299c767fd" - sha256 cellar: :any_skip_relocation, sonoma: "48d0ebb7e83e7b3ecdc8916e6de4e6c91ef9be721b8ed8b91ef1864febbb6f32" - sha256 cellar: :any_skip_relocation, ventura: "8df058c87b4cee2368954244425d11e89cd3fdee4eab925bedce0a8ea0d47c3e" - sha256 cellar: :any_skip_relocation, monterey: "7c2cf480ec33f1b8156efc7db4a18f837e7630c16a6a7e4cf6214db5b1c3ac9b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "968bdf01f8416b542f6cd00caf16fb73ea6261d266f39064cd2df1278c5b73bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aa0ab8fabd5d072c3b21790660cc3cb6dcb824f66ecc70615c18d79beea828c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e9a2c6110985c8621dd853efa92e26d0c5bcaac400427848f5fbac41756fcb3" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0664a014f91ed3fd7550ad76e8596496682c69d5152feb21d4fd2bc1b57b31e8" + sha256 cellar: :any_skip_relocation, sonoma: "08cc4b0280d050b79a0e64b357a55096812b1cff702064557369001839d14a3c" + sha256 cellar: :any_skip_relocation, ventura: "c659136ef858663111149b4bef0b3a583cb6f61c427ad07d3387063dbed18fa2" + sha256 cellar: :any_skip_relocation, monterey: "1fc6af042af311e66f991b382bbd6f2d0aa9c2382caf5b7f42fd72bd29b39204" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6dbed4ee18a71667173e4ff7195c76f474f0c111f67fc7c1b9300db6b3a2f2d2" end depends_on "go" => :build