Skip to content

Commit b77833e

Browse files
authored
Merge pull request #203447 from Homebrew/bump-cloudquery-6.12.10
cloudquery 6.12.10
2 parents 12ba6dd + 3fee9ae commit b77833e

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.9.tar.gz"
5-
sha256 "dad4fd1f1f37c318bea53561a55c39ef3c89a6f99f746dbbf2931d51deb6af68"
4+
url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.12.10.tar.gz"
5+
sha256 "d097ead6bc7b5f2b2091548e8490c0c57759915f4286c69f9d5678194a6b9e91"
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: "5834f4b8d6138160553c95acc971ae9561bed453655ccfd02c2f81eb6774f2de"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5834f4b8d6138160553c95acc971ae9561bed453655ccfd02c2f81eb6774f2de"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5834f4b8d6138160553c95acc971ae9561bed453655ccfd02c2f81eb6774f2de"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e106ce3c32239d182b907de1475c7a73556a894d31e5b824bcb9657345a62db5"
19-
sha256 cellar: :any_skip_relocation, ventura: "e106ce3c32239d182b907de1475c7a73556a894d31e5b824bcb9657345a62db5"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d82ffdf8a539900db60f724e419726ba07165cadeb03c0f8b52d5dcd8235d2b"
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"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)