docker-compose: update 2.15.0 bottle.

master
BrewTestBot 2023-01-05 15:05:16 +00:00
parent 2b3ee44ded
commit 32ad52c891
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,13 @@ class DockerCompose < Formula
head "https://github.com/docker/compose.git", branch: "v2"
bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "2418ab524836b20a73ddbced80971c5405283c4f85dbab1f6f13d33fd795f8a6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2418ab524836b20a73ddbced80971c5405283c4f85dbab1f6f13d33fd795f8a6"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2418ab524836b20a73ddbced80971c5405283c4f85dbab1f6f13d33fd795f8a6"
sha256 cellar: :any_skip_relocation, ventura: "16eb94550293c09791b52aeb36dac7ab48caffa74725a84225e8d6ec8e6b36c3"
sha256 cellar: :any_skip_relocation, monterey: "16eb94550293c09791b52aeb36dac7ab48caffa74725a84225e8d6ec8e6b36c3"
sha256 cellar: :any_skip_relocation, big_sur: "16eb94550293c09791b52aeb36dac7ab48caffa74725a84225e8d6ec8e6b36c3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a702b403e8ea0c49795224eb85cf7f75db5931bdec53aacacabf2de3d737f809"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0fbd0becc3d0f2505ba7b0f695d96aee6cbc2cf71d7f0534d9377a44d1f844ef"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0fbd0becc3d0f2505ba7b0f695d96aee6cbc2cf71d7f0534d9377a44d1f844ef"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "0fbd0becc3d0f2505ba7b0f695d96aee6cbc2cf71d7f0534d9377a44d1f844ef"
sha256 cellar: :any_skip_relocation, ventura: "aa5228637dfd55142c0f2e88cce56b236e70700529d96207b966a47bc0237de9"
sha256 cellar: :any_skip_relocation, monterey: "aa5228637dfd55142c0f2e88cce56b236e70700529d96207b966a47bc0237de9"
sha256 cellar: :any_skip_relocation, big_sur: "aa5228637dfd55142c0f2e88cce56b236e70700529d96207b966a47bc0237de9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "379e6efb4a405306d00327d2cb9b02b063ca185981bbb70b235314206639b04d"
end
depends_on "go" => :build