Skip to content

Commit b506837

Browse files
authored
Merge pull request #203692 from Homebrew/bump-cloudquery-6.13.0
cloudquery 6.13.0
2 parents edd6ae6 + 6b51230 commit b506837

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cloudquery.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cloudquery < Formula
22
desc "Data movement tool to sync data from any source to any destination"
33
homepage "https://www.cloudquery.io"
4-
url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.12.10.tar.gz"
5-
sha256 "d097ead6bc7b5f2b2091548e8490c0c57759915f4286c69f9d5678194a6b9e91"
4+
url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.13.0.tar.gz"
5+
sha256 "750b911ef4e1dc63e03bb5ada28a43c36c5d3e5caa1bd07f135fa14b5db65fae"
66
license "MPL-2.0"
77
head "https://github.com/cloudquery/cloudquery.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a8eb027183176ad1b286c75c48cc48cfa27e5308388f21a1c94792d748b7802"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a8eb027183176ad1b286c75c48cc48cfa27e5308388f21a1c94792d748b7802"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a8eb027183176ad1b286c75c48cc48cfa27e5308388f21a1c94792d748b7802"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f73464c4b3564fa8b864f86d2940e039168a6a4becba548f9727dd0e3ef3029c"
19-
sha256 cellar: :any_skip_relocation, ventura: "f73464c4b3564fa8b864f86d2940e039168a6a4becba548f9727dd0e3ef3029c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eea01b5017130176055878370a844a796317e8a9127187d5275dfdb9fccbf8cd"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b136db4e5431c559080a73779b1bbad545ccb88582124d205250895f58bd5c56"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b136db4e5431c559080a73779b1bbad545ccb88582124d205250895f58bd5c56"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b136db4e5431c559080a73779b1bbad545ccb88582124d205250895f58bd5c56"
18+
sha256 cellar: :any_skip_relocation, sonoma: "4cc96179ef62929a57a680d04376a72d5e0d54b232811910f0674d295a0b7cd7"
19+
sha256 cellar: :any_skip_relocation, ventura: "4cc96179ef62929a57a680d04376a72d5e0d54b232811910f0674d295a0b7cd7"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "db028946cff4bdcaf371a9780a4a9f972be56eafd87aed5388f5b3970e10a95f"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)