docker-compose: update 2.2.2 bottle.

master
BrewTestBot 2021-12-03 21:07:40 +00:00
parent 3cb77beb65
commit 40476eea68
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 6 additions and 6 deletions

View File

@ -7,12 +7,12 @@ class DockerCompose < Formula
head "https://github.com/docker/compose.git", branch: "v2"
bottle do
sha256 cellar: :any_skip_relocation, arm64_monterey: "5d1eb06fff7f645293cbe34fd0d2f774be8538f62b58bdaa6908b84f2b272402"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5d1eb06fff7f645293cbe34fd0d2f774be8538f62b58bdaa6908b84f2b272402"
sha256 cellar: :any_skip_relocation, monterey: "c520d88df10ca7317f07a8db5f2a6247b331c81f262d969e42561b3283b9d384"
sha256 cellar: :any_skip_relocation, big_sur: "c520d88df10ca7317f07a8db5f2a6247b331c81f262d969e42561b3283b9d384"
sha256 cellar: :any_skip_relocation, catalina: "c520d88df10ca7317f07a8db5f2a6247b331c81f262d969e42561b3283b9d384"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf95955a3a91249a86bab809277446f0e0a48985e43994b369cc38b33f0a452f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6aeae98ecbd8fbc4723f07084dc4bf321c878c33602e96f44fd5fd117dbefce0"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6aeae98ecbd8fbc4723f07084dc4bf321c878c33602e96f44fd5fd117dbefce0"
sha256 cellar: :any_skip_relocation, monterey: "4e8a9b44a711e5adf55e0d98160f202bfc2de1a71c5d95f8a0d2055a67d16c4a"
sha256 cellar: :any_skip_relocation, big_sur: "4e8a9b44a711e5adf55e0d98160f202bfc2de1a71c5d95f8a0d2055a67d16c4a"
sha256 cellar: :any_skip_relocation, catalina: "4e8a9b44a711e5adf55e0d98160f202bfc2de1a71c5d95f8a0d2055a67d16c4a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b93f02a4f7053c602cb929c3886bab80d0f2b77cdaf002fe4767c4055a520ce3"
end
depends_on "go" => :build