Skip to content

Commit 5ee8fe2

Browse files
authored
Merge pull request #230275 from Homebrew/bump-cloudquery-6.23.0
cloudquery 6.23.0
2 parents 4a64f58 + 8fe8639 commit 5ee8fe2

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.22.1.tar.gz"
5-
sha256 "a08eed7f7e3f0cf18a665b9d5c4fa35aebb4a005e127f11b1b827d1b301888d7"
4+
url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.23.0.tar.gz"
5+
sha256 "b174ec50b56d6e3c0a787932ff671b4e85a57f32485bec7b3d7934f4901a3210"
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: "3555b6d45a6bfe5bdd263349f0f2fe3dfade4950d97cedae91072077e3b360d2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3555b6d45a6bfe5bdd263349f0f2fe3dfade4950d97cedae91072077e3b360d2"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3555b6d45a6bfe5bdd263349f0f2fe3dfade4950d97cedae91072077e3b360d2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6f4e53f45c040e8318eb274b35e11ad3c06b42ea1dbb5acecdbccd02d9b4df82"
19-
sha256 cellar: :any_skip_relocation, ventura: "6f4e53f45c040e8318eb274b35e11ad3c06b42ea1dbb5acecdbccd02d9b4df82"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "97273a4e7f7a263f131077b4ed27f592846a2faf2a08f9fe2b5c8bcdbcfcf8ee"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2ecef1e03ac0aa45e5647b3304070892fadef28e1027112e9e4366e9f83e48e"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2ecef1e03ac0aa45e5647b3304070892fadef28e1027112e9e4366e9f83e48e"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b2ecef1e03ac0aa45e5647b3304070892fadef28e1027112e9e4366e9f83e48e"
18+
sha256 cellar: :any_skip_relocation, sonoma: "64645d9707895ae33f47ff340bcb139959076c2e0223cc93beebd7bc7201f71a"
19+
sha256 cellar: :any_skip_relocation, ventura: "64645d9707895ae33f47ff340bcb139959076c2e0223cc93beebd7bc7201f71a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e5ecd212cb2fae182eb3c3c113b11dd77411b2918b9e3ab6f41d376a4bb7468"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)