11class 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/v0.23.5 .tar.gz"
5- sha256 "b1029fd702c16166e863e2e6b447dea489cd36abdc7a9e1b17ec1094391f6cd0 "
4+ url "https://github.com/turbot/steampipe/archive/refs/tags/v0.24.0 .tar.gz"
5+ sha256 "2850c8de323d0764abf673a30c46e170e30bd7009daf86a6b476805af694b930 "
66 license "AGPL-3.0-only"
77 head "https://github.com/turbot/steampipe.git" , branch : "main"
88
@@ -12,13 +12,13 @@ class Steampipe < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "2605411aed63d982976f7d2b04910f89028004a838b9675bd15ec48c3abca9f3 "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "31d4f4ed4e4e126d845da3a94464018325498f5aad3e7b06118406a8f4a38feb "
17- sha256 cellar : :any_skip_relocation , arm64_monterey : "4d38adeb683ddf6d27879af418017dd51be8aba5b38f4e051c084b881e06df48 "
18- sha256 cellar : :any_skip_relocation , sonoma : "1be8d3c287b0bd70d458b208a01dde3402b6b7ca2fdfb130f8c74735bed0685f "
19- sha256 cellar : :any_skip_relocation , ventura : "d46848ff7d077611f931921758556654286127001d0a48b6e27dfa64196fe67b "
20- sha256 cellar : :any_skip_relocation , monterey : "959abb58d02d674ce7608a4aa44a8d8a3c0cb8bbfacb3a177b971dace234823e "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "119f811891ea6c75bddf3058127a7111623fdf457b5fb9d8e638732e66b0eab8 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6d020bf78f79ed89454f69a26db08c03fdbbfd9d90bf52e9a1e96d3506a2cc57 "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "993cb55fb76eefd5877521a6cdf95a1f6c966cb5156efc11aba6cc1a0ec4c136 "
17+ sha256 cellar : :any_skip_relocation , arm64_monterey : "1a2581a21e6bffae6678c4a723dbed5f4da5a0c1d75a7571a75035f5b840d9f5 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "e77fbc1c6e67fec9809481ecf14c09ca662dd3041f7f5d7596f919dafbf1a6ba "
19+ sha256 cellar : :any_skip_relocation , ventura : "802d2532eb8d39abc68ab4f9ac44fd2a20ca5cf6753a5db77078b074ce37dc58 "
20+ sha256 cellar : :any_skip_relocation , monterey : "54f80805658b930252e4cca477361c1af3caccb75cef31a66563982fa8999d37 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "83d2cd9b9006096740dd3b7ca7ea36b163a5bd4940565744ac1e9309ff03db15 "
2222 end
2323
2424 depends_on "go" => :build
0 commit comments