Skip to content

Commit

Permalink
Merge pull request #195247 from Homebrew/bump-steampipe-1.0.0
Browse files Browse the repository at this point in the history
steampipe 1.0.0
  • Loading branch information
BrewTestBot authored Oct 23, 2024
2 parents e87de1b + b7e4691 commit b53edc5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/steampipe.rb
Original file line number Diff line number Diff line change
@@ -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.24.2.tar.gz"
sha256 "f577e9f97e4201366cc6753968e3fac8bb937fd04fc43bd2be4678f0fdb2c91d"
url "https://github.com/turbot/steampipe/archive/refs/tags/v1.0.0.tar.gz"
sha256 "1db1dd5a05b15fefeb51cd2e5b8c4f9d56dc95a25b10a7821497a728ef253274"
license "AGPL-3.0-only"
head "https://github.com/turbot/steampipe.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Steampipe < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "34ddc40a98231ba3256fc792d714b65f21716bef5886116693c03f6ba0af13ca"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9298d1de27ede36be68c52ec7acf7124816b362bc826642c49898121c0926be5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "31703538afb74ba9f562f1965af954d624cabdb20eca112ab2430b6de04cd05d"
sha256 cellar: :any_skip_relocation, sonoma: "0962405269125a2615103ee93b7dd88a36eec0a0c46c07699779ce6594f0fbb3"
sha256 cellar: :any_skip_relocation, ventura: "ef990f8bb96b81ad67ca4074b97b1643ea7cba5580636450f9f729a73258c639"
sha256 cellar: :any_skip_relocation, x86_64_linux: "03047a7eb7b0454e137b3bd4afcb1fc88b1116dc702f06124a7e2dbb60e699a2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1013bdbdf24ebc49c278ba9da23061c9f5cbd82a2a9901aa51564f8a7c77c900"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "241fdf7f6f9b1686690ab62e4dc616e1a40b549b2a7699d282aab81121fcf1e2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "45f87c63fb74ff4747e04e96bbd31722acaf47232b5b19708e540199d9221ebc"
sha256 cellar: :any_skip_relocation, sonoma: "aa5c27bab5c0c6fa0cbc5fa3e63c20d0272639f758966fef7f23026356e85f4c"
sha256 cellar: :any_skip_relocation, ventura: "05e5a00cd598c406d95dab448b9d004b1800fc9d7bf979b32f399ee037964ee6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed65f2f4b0605ccb4f4b1e27cebdeec31fda08805942ca91fe98c635795b3643"
end

depends_on "go" => :build
Expand All @@ -31,7 +31,7 @@ def install
test do
if OS.mac?
output = shell_output(bin/"steampipe service status 2>&1", 255)
assert_match "Error: could not create sample workspace", output
assert_match "Error: could not create logs directory", output
else # Linux
output = shell_output(bin/"steampipe service status 2>&1")
assert_match "Steampipe service is not installed", output
Expand Down

0 comments on commit b53edc5

Please sign in to comment.