Skip to content

Commit

Permalink
Merge pull request #154487 from dnhn/bump-docker-compose-2.23.1
Browse files Browse the repository at this point in the history
docker-compose 2.23.1
  • Loading branch information
BrewTestBot authored Nov 16, 2023
2 parents 5ec97ec + 201089b commit 64fa780
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/docker-compose.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.23.0.tar.gz"
sha256 "805ff38df265d05c7b0c9d5df1b77e9391f7995ac5ec66bde0325b03563e7b23"
url "https://github.com/docker/compose/archive/refs/tags/v2.23.1.tar.gz"
sha256 "9b4fba785b09d6745c35fff440cf5e2ce80bf7216dcb048535a7761dec492d11"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc328bc12b385a65fee99b2ce3489b9dee204557276e10bc095ce418095a008b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "36fe70dfb14752cd6bbef69e8cb83c9b83084e02355c5d8c57809a55c238be70"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d93aaf8bd026fa92298d15d85dce2aec363ec932482ebec63883bdcabbe6e967"
sha256 cellar: :any_skip_relocation, sonoma: "fe175ca309b626387cf913765aa06a12df929b5fd2b88c0af90b5a25530b825a"
sha256 cellar: :any_skip_relocation, ventura: "b0e70fc1e04d1f1943244a198fc32654bc004e919b784fc51b46b2666941af94"
sha256 cellar: :any_skip_relocation, monterey: "d357bea60b0268f00ac25834787e905ef9461b1b40ec2ed83e7809d74e96e9fa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fec6b3d802fd469c8322116c137de52d75f70a9ebe518705efcb3647814f6ba7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a991c58cac20c46f79584f6dcd2bf46a9f536b23fd6f8d054a06acb5bbe26bb6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2d0b35ad3857c7e43d850760306cfc4c026b4f2dd146379342eda2fe6e72b5c7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d2bdeba3213ba90a578064738faedb0cfbac43e8456f6dd84ac3583fc0e0c678"
sha256 cellar: :any_skip_relocation, sonoma: "7dd71879211ece3e124817f457190ebc77c9f4f3e7c2a201e52099b5d6a0658e"
sha256 cellar: :any_skip_relocation, ventura: "8d55013eff30536165d9561385024f6108c5bfc138605401ff84aebe969e7135"
sha256 cellar: :any_skip_relocation, monterey: "3ffdf8c336b6305c2eaa64ef0d08738ee94da71c58185deef675e506b788884a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "64de4d4bd9c9415829d57c74b2501efc35ca3d97f0724fa4758f86cbb67dd9a5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 64fa780

Please sign in to comment.