Skip to content

Commit

Permalink
Merge pull request #196975 from Homebrew/bump-docker-compose-2.30.3
Browse files Browse the repository at this point in the history
docker-compose 2.30.3
  • Loading branch information
BrewTestBot authored Nov 7, 2024
2 parents de8aec0 + 28d7892 commit f3d6d7e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/d/docker-compose.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class DockerCompose < Formula
desc "Isolated development environments using Docker"
homepage "https://docs.docker.com/compose/"
url "https://github.com/docker/compose/archive/refs/tags/v2.30.2.tar.gz"
sha256 "ef5e2de92672a4de8d9d30111c15f99765a52f121bbe6dcfe26388e82a108e61"
url "https://github.com/docker/compose/archive/refs/tags/v2.30.3.tar.gz"
sha256 "b9b6f45ccad892a3f9353a03b6bdf3f79ea15ee2076f98bf013ef1db40034378"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class DockerCompose < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b134f4f9026a8f913e19851687447a3f628f9ad43cca5f5272c902b93a30b0f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8798adc92f88108fc1379f336b9a2a3c8a6b94a2ff494adecbf1fe3c7d02e0f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3795a3d9719c4aac2d4bf2f896d6f4aa9a895099da6800e3ed1d20b109e7e3b5"
sha256 cellar: :any_skip_relocation, sonoma: "df953ab17419e259315d86644c705563447ba6f3d4f84298369a11798e1b11b4"
sha256 cellar: :any_skip_relocation, ventura: "f37558326eac5b86b4713e4b1d8417498bbfbfc493a128a9e2dbde3d91ce5f41"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f96a769d02533ea9442647353660d4b7defcf83226b0baafca217076b2066d9c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8998e922e61ba74b3785eeb9c39a321245299e78142eb2dac175ac4f55f2975c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "511309143eb081d779d710d41260002a92b873e260609bbcc2318f95516f394d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "19ce7beff8f8d3b175adcb055a21bcd0bf205c7a086996e01bf3d362db377e33"
sha256 cellar: :any_skip_relocation, sonoma: "99214f5d88636f68b3493292c24eb187833baf02bcf4ddc0005dcffa986d0532"
sha256 cellar: :any_skip_relocation, ventura: "e4eb0846aadcad6a5b182f26980e4cc117ebf3ff9708c4ac8b894d6a074ac020"
sha256 cellar: :any_skip_relocation, x86_64_linux: "effc47ebf7cc761528a85901c75846816a3a667eb098aac5ed7aae17491e2070"
end

depends_on "go" => :build
Expand Down

0 comments on commit f3d6d7e

Please sign in to comment.