Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc680dc

Browse filesBrowse files
authored
Merge pull request #219189 from Homebrew/bump-docker-compose-2.35.0
docker-compose 2.35.0
2 parents d846391 + 22d40d8 commit cc680dc
Copy full SHA for cc680dc

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed

‎Formula/d/docker-compose.rb

Copy file name to clipboardExpand all lines: Formula/d/docker-compose.rb
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.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"
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_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"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.