1
1
class DockerCompose < Formula
2
2
desc "Isolated development environments using Docker"
3
3
homepage "https://docs.docker.com/compose/"
4
- url "https://github.com/docker/compose/archive/refs/tags/v2.34 .0.tar.gz"
5
- sha256 "3612fa592658bfaaf646bf3c05289396af954bbbc6299d5bcddec5b0424589be "
4
+ url "https://github.com/docker/compose/archive/refs/tags/v2.35 .0.tar.gz"
5
+ sha256 "37911c6303252c42d316dd5898b15b7e7054a9170d3ca2aafa2c5fce5fb6ec26 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/docker/compose.git" , branch : "main"
8
8
@@ -15,12 +15,12 @@ class DockerCompose < Formula
15
15
end
16
16
17
17
bottle do
18
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "53e559cb33d8d5dee16fb8ce47625f666bc7df39a63a1f9d8d0cb93f06e0f5fa "
19
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "8b78958eebd65121ff158e6bb09f84ce0887127713ed676dfd249ad8ef057893 "
20
- sha256 cellar : :any_skip_relocation , arm64_ventura : "d7ade1b8b69885a0de5b1436321fd73171203677aa3f0da85e08a76d19f039ad "
21
- sha256 cellar : :any_skip_relocation , sonoma : "1e658b3210d9aa7684344325ebf915fe82bc3b8f6c0132c6ad961ee064384ab2 "
22
- sha256 cellar : :any_skip_relocation , ventura : "b06c830a83ee63001b07a1645e90d00b51c5076a8da3046132348990d8a203b6 "
23
- sha256 cellar : :any_skip_relocation , x86_64_linux : "45bf5f00be06e8e3cac7148292890b2a42b459be1fe8130aecaeaea4712feaed "
18
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "85d6a466b5514358db6f83af609f71cae4b32632105a53d0a93bfc0028934559 "
19
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "51a5725bf8104acaf56b30394e700511d6a1b77d0cabd96806cf294e1ff67ceb "
20
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "cd8b922861e608abf0a62f805eb9ce47dd9babd512eea0a457de2b895ca479d8 "
21
+ sha256 cellar : :any_skip_relocation , sonoma : "fe32c99a1c0201c3523f03ded8f7f86847f4f0a3c5d039643c9bd81634fa7aba "
22
+ sha256 cellar : :any_skip_relocation , ventura : "aeec46cc0cd38ea77dab32d474b89c99c3e69f393115d37bc9ad31092137c5d9 "
23
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2c6b430a3f0c898cc4dc1e882f21e57590157a3dec8156bb09f1888e54403cc0 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments