From 8711076e61058af22219adb8f83f3701333d66f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 30 May 2026 20:17:34 +0000 Subject: [PATCH 1/2] container-compose 0.12.0 --- Formula/c/container-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/container-compose.rb b/Formula/c/container-compose.rb index 9498e1555c98..3d2dea5bbfaf 100644 --- a/Formula/c/container-compose.rb +++ b/Formula/c/container-compose.rb @@ -1,8 +1,8 @@ class ContainerCompose < Formula desc "Manage Apple Container with Docker Compose files" homepage "https://github.com/mcrich23/container-compose" - url "https://github.com/Mcrich23/container-compose/archive/refs/tags/0.11.0.tar.gz" - sha256 "1e7dd2bbefcad0e29bf6f6651898c3b1090e192663a23a8311ea7e9ae5833379" + url "https://github.com/Mcrich23/container-compose/archive/refs/tags/0.12.0.tar.gz" + sha256 "b110622db982795684f60a5ebf67b3d9a805cc5475d45c068b8e877c60158b6d" license "MIT" head "https://github.com/mcrich23/container-compose.git", branch: "main" From 4a2c3ea099246176da97f04d56e5a39a7883f70e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 30 May 2026 21:39:31 +0000 Subject: [PATCH 2/2] container-compose: update 0.12.0 bottle. --- Formula/c/container-compose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/container-compose.rb b/Formula/c/container-compose.rb index 3d2dea5bbfaf..ea7f04d282c4 100644 --- a/Formula/c/container-compose.rb +++ b/Formula/c/container-compose.rb @@ -7,8 +7,8 @@ class ContainerCompose < Formula head "https://github.com/mcrich23/container-compose.git", branch: "main" bottle do - sha256 arm64_tahoe: "279c7d7a8cb980fea7b25d42880b75df29434521f0f84cca21538f158e5895ab" - sha256 arm64_sequoia: "40c4cb92c60f3360284b74cf2202d329431fa099d86632c4eeae211a95d4ada6" + sha256 arm64_tahoe: "b3e57ee6f91e91cce2972b51c4a1150f8368e35b77ed9ad2165a28f831ba1f06" + sha256 arm64_sequoia: "e31ad1307f6d8d36a6b4a6897b9d1a4b380eaae77e6f75c8fc44809ebbc4dbc9" end depends_on xcode: ["26.0", :build]