11class 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.5 .tar.gz"
5- sha256 "39d3f7a8a841ed61aadcc7e73c0886277c19111d4f1c51d8a376ed868d8b1685 "
4+ url "https://github.com/cloudquery/cloudquery/archive/refs/tags/cli-v6.12.6 .tar.gz"
5+ sha256 "7e2f34b7a70c8c91819de1d140bfdd838b84eb19253cda5cc1507b50c4a8eebc "
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 : "7650edd35131161c1ab6fe9f6566130e302dadcecfd4d1c6928f85c1d389a9e4 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "7650edd35131161c1ab6fe9f6566130e302dadcecfd4d1c6928f85c1d389a9e4 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "7650edd35131161c1ab6fe9f6566130e302dadcecfd4d1c6928f85c1d389a9e4 "
18- sha256 cellar : :any_skip_relocation , sonoma : "b57e468947e17dd97f924f57cc501a39a4a2e316793ddcf539cc0f5ee578747c "
19- sha256 cellar : :any_skip_relocation , ventura : "b57e468947e17dd97f924f57cc501a39a4a2e316793ddcf539cc0f5ee578747c "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "1d175b4e8b5b573732a4d536d5fab5d6a6193f44c5a1d1c618bc105e0c727cbe "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6cb1f4c44b5ca931b818a9d466a4ce2e79a2f9c6e84867e785f1818970df9a48 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6cb1f4c44b5ca931b818a9d466a4ce2e79a2f9c6e84867e785f1818970df9a48 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6cb1f4c44b5ca931b818a9d466a4ce2e79a2f9c6e84867e785f1818970df9a48 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "444df890911969e65eacf978ce944b4acb148b621432f568bd18f694b20368fe "
19+ sha256 cellar : :any_skip_relocation , ventura : "444df890911969e65eacf978ce944b4acb148b621432f568bd18f694b20368fe "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "65c51b916059c73770a78dc855c779fa8f20e50181122cac93ef992f2857a88c "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments