11class Juju < Formula
22 desc "DevOps management tool"
33 homepage "https://juju.is/"
4- url "https://launchpad.net/juju/3.6/3.6.5 /+download/juju-core_3.6.5 .tar.gz"
5- sha256 "7e2eec738d7b8114e76d889d3f3f815fe4da4f95be73015ff524d9b5b2e9a72f "
4+ url "https://launchpad.net/juju/3.6/3.6.6 /+download/juju-core_3.6.6 .tar.gz"
5+ sha256 "f84dc452c7344e50a6880abeb63001bd767c1230e853dcf736915282997a7405 "
66 license "AGPL-3.0-only"
77 version_scheme 1
88 head "https://github.com/juju/juju.git" , branch : "develop"
@@ -16,13 +16,13 @@ class Juju < Formula
1616 end
1717
1818 bottle do
19- sha256 cellar : :any_skip_relocation , arm64_sequoia : "e6fc9077bb6dd002473731d0cdb04996402fea9399a71d21f293ec3638dca045 "
20- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b4404abc60c50ff07949e41329289701d0f35a89bc81f51d7f61d98d4824ce05 "
21- sha256 cellar : :any_skip_relocation , arm64_ventura : "eafebce6b2a34de189beedf0bca7e0534647ee74e5d138e06353c3462f452209 "
22- sha256 cellar : :any_skip_relocation , sonoma : "bf4441427c2948c8d015b8fe321a5f12e88d54815eb870d916468a45c30384a2 "
23- sha256 cellar : :any_skip_relocation , ventura : "6893e3f3fb4a89dd29967ff0a3cf317b5390813ba2e35d73df6da632c1788788 "
24- sha256 cellar : :any_skip_relocation , arm64_linux : "3e8dd1c48a3846ba95477f444e58e5a7465b0574fa112fd5d397a67dd664a1c1 "
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "4a91fb9eec0c17c8ff0c9112a0920d5831e3a63bd620415c443c659a26405d35 "
19+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "32166aff48993ce088c9cdd3119fde4c0ab9042ee06bfd64c8d28ed6e0af03f8 "
20+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "00d3ae4adf537dcc6fa4baeeaa78c93c3cbc9b6a1f752c202c4a7a174696944c "
21+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c4fd546d6d9b6c42a890083b86f2c40ccf594015ef306918d9e6a02a21428a9f "
22+ sha256 cellar : :any_skip_relocation , sonoma : "77e4b97b0bc2027a77e5aa9fb6cb9b069f5022954c5e420a7c34239bf70ece9c "
23+ sha256 cellar : :any_skip_relocation , ventura : "ee878c126eb93e4e4a5a5f27531e1b7b77ed93ae9205273673ee27255dd2d9ed "
24+ sha256 cellar : :any_skip_relocation , arm64_linux : "218a12cd5f3c0f0d99596d41fe95fe267bfb002149574457e718de3008f48ecc "
25+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e418d11d6f6dcd3e299366f54b3cf5e6f7ef6f2aab06bb041d78032f044e418b "
2626 end
2727
2828 depends_on "go" => :build
0 commit comments