Skip to content

Commit 17b0c58

Browse files
authored
Merge pull request Homebrew#206406 from Homebrew/bump-steampipe-1.0.3
steampipe 1.0.3
2 parents 49b9e1c + 3c9f5ca commit 17b0c58

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/steampipe.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Steampipe < Formula
22
desc "Use SQL to instantly query your cloud services"
33
homepage "https://steampipe.io/"
4-
url "https://github.com/turbot/steampipe/archive/refs/tags/v1.0.2.tar.gz"
5-
sha256 "2e06aab9fc4fb4b45be7747eb24aaf07f10fcb19ee706204dbcc2f211bc37053"
4+
url "https://github.com/turbot/steampipe/archive/refs/tags/v1.0.3.tar.gz"
5+
sha256 "da82252d369c41509e251e9f914cd922e24977026449982d612a37d81b620bb4"
66
license "AGPL-3.0-only"
77
head "https://github.com/turbot/steampipe.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Steampipe < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07f80b2e59ed288954c8e3dd8499dcce7f5c3fd039c16444f3c22070b22ae66d"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "710d122923d9384afced6dfee1983d5b73597a44c1d4e41523f3361ae5915edd"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6605caeb8bd2f0fc43c9fae0da0662e6c2e3009ed4e1ea82c28051228a2e6d81"
18-
sha256 cellar: :any_skip_relocation, sonoma: "41b5b91e7fb42315c82719d571a404924fa83c76932da512b844575daad5c9c2"
19-
sha256 cellar: :any_skip_relocation, ventura: "834a5f6f63245d0951287eafc8057663f195b22c6f9265e632579a7ac4cd4ae1"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "88333e2cda0471014e84b0ef24aa32f0cbed39ccb992181928d937ba06cfe82a"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e8a373e8c218ffe31961fbf998e7692fc5e7fb7ca3e1d1c7e9e1a68f05d75b8"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61f0f404166368f989263ec0a16e905bbbc3e45a26bdfcab1ea627a9e5fdbb29"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e8afedda979db3575a560b978443ed3e5027da5e3549016b1d722e66121a588"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6e43970da6d2187b20e49929f43eb829beda6f57b9e7757b83905ee4a6113c9b"
19+
sha256 cellar: :any_skip_relocation, ventura: "2cb16729f527169cddedcd8d6a70238d39940e2f7ae4c4bea168bfbae661123b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "33ae7e4f171908ad3688f3950c2cddbd80684f245c6fbbf87bfd3710f04c8e3e"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)