11class DockerCompose < Formula
22 desc "Isolated development environments using Docker"
33 homepage "https://docs.docker.com/compose/"
4- url "https://github.com/docker/compose/archive/refs/tags/v2.39.4 .tar.gz"
5- sha256 "8f3db575b2533dfc0b04e233050593f0d9a435a117cc8b8653b4e89f0813857c "
4+ url "https://github.com/docker/compose/archive/refs/tags/v2.40.0 .tar.gz"
5+ sha256 "4b4a0989ac393f7c2bdacda565a167ee0c7347fb20d1e6110477ad4d18b28a02 "
66 license "Apache-2.0"
77 head "https://github.com/docker/compose.git" , branch : "main"
88
@@ -15,12 +15,12 @@ class DockerCompose < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_tahoe : "15421e50a7564a336ff41f9d08a5795d70131b6802f9e98718562fbab6cea45c "
19- sha256 cellar : :any_skip_relocation , arm64_sequoia : "ef812c7dba7c68ccc12d9f2b6143e940c80ab89612b95a9b0e5a0c09f4317479 "
20- sha256 cellar : :any_skip_relocation , arm64_sonoma : "5f7f4b72da169d714c0889c740ab34aad72950a2a3e1f8a20776265d8dd074f2 "
21- sha256 cellar : :any_skip_relocation , sonoma : "51573d2ff9b0f9157f15ee4f5e89ae749c3252e601e6b575f1c853413a16cd85 "
22- sha256 cellar : :any_skip_relocation , arm64_linux : "85f8805858cbe0dd459dd2a2fa8d607cb74806721ffc6b6b6e1854afdfdbce45 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "9b98698def1d6d6d1eed8d3479b13e616c97cb106e7bd81b8b28ce0988b8964e "
18+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "5d47f7f24c72e4cfee475a74500a102e10fe92f000063e3cb17b1a5fcdd0d576 "
19+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c5e911ead5d0f5293392149bd3aa4bcdc17d00c421b10c527da901deb1e63f73 "
20+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "b8f06c35e27dbe1b4a3eb99186ecc899bd3fe284194aed6fc8d7e80b07a5c8e0 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "9007ffe0b128a8ba4a00fe65562a53547a0a66a4ff0d0ddbfa8edbb46c344a82 "
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "c50701802a50fd048825ca5eada7cab07990b5e635f133a19546e717fc09c946 "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ff58288afd95093afcbb79fbefcf111f06991f6699e6e73026db667cdbc05e08 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments