Skip to content

Commit

Permalink
Merge pull request #161332 from dnhn/bump-docker-compose-2.24.5
Browse files Browse the repository at this point in the history
docker-compose 2.24.5
  • Loading branch information
BrewTestBot committed Jan 30, 2024
2 parents 6177ba3 + 15f5dd1 commit 2e65dc3
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,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.24.4.tar.gz"
sha256 "a276cce106f65c139cc20530f5d32b546d86cccebca9fe4880246a814caa8034"
url "https://github.com/docker/compose/archive/refs/tags/v2.24.5.tar.gz"
sha256 "160c575658cdd65836ea3138bb6337f75877df6cbad8e2d4bf4ddcf850cee382"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3756dbac11bf9e848109ffb4ab0b5063425b6dbe915827316f8850d6ae38db88"
sha256 cellar: :any_skip_relocation, arm64_ventura: "93677686102a5420554e7d1d4f9a7f29d38a389ed822a0a5288303ab34923060"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aa8b6c419469bb5b2a7e89dab598b558fcb60670284e4deeda24a2dc9e9f083c"
sha256 cellar: :any_skip_relocation, sonoma: "16870d4f849d8b9406e2c6877e58078ad532386da9bbe68239d392caf5aca91c"
sha256 cellar: :any_skip_relocation, ventura: "011ce8b2a671a9356ca6a44808edb1cc1aa1eaa12438650b0db3c39cb3c65548"
sha256 cellar: :any_skip_relocation, monterey: "b39a939ce884031a5c45b822fb7ecf9664f00215330a9b01ee3b7f846b511cdd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "085a739a12146fe962a267f4d3f4e831b1e60f21de304fd3edf2f43a620db67d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bc016abf6d75202e44fd9b877f36e7779d5e431ec0e72b28e29be55aebb6398"
sha256 cellar: :any_skip_relocation, arm64_ventura: "46ab6f56ae915136838ade2907b7156e9d826fa8ce8355393af1a43d67d73d12"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1aea1f5fa4abf0a67fbc47b9e736900348b5fe0a31a0c05e12473bdfa1115bad"
sha256 cellar: :any_skip_relocation, sonoma: "a1614b0dc392ab71b3fe6971d9310b4e9175f545962c501bc4d8e976f8cbeed8"
sha256 cellar: :any_skip_relocation, ventura: "6b18f7a34393bcc19fc140595e5ffa64a376292ae257b5a8289cdf7dc0ef3a57"
sha256 cellar: :any_skip_relocation, monterey: "9b0cb7595882ac776e6e8dfcbbd3622b70fa9c9eb29a9e72bec0454d478c480e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c97621c551fb36a97ba6161882d265d9a9a45110a077c0c589a2f587be4bb3cb"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2e65dc3

Please sign in to comment.