From e9afa9972e8facd23e6d20d4b73a8b36290357ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:27:37 +0000 Subject: [PATCH 1/2] composer 2.7.9 --- Formula/c/composer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/composer.rb b/Formula/c/composer.rb index 14f5bfec8ff04..8167e7cc1cc52 100644 --- a/Formula/c/composer.rb +++ b/Formula/c/composer.rb @@ -1,8 +1,8 @@ class Composer < Formula desc "Dependency Manager for PHP" homepage "https://getcomposer.org/" - url "https://getcomposer.org/download/2.7.8/composer.phar" - sha256 "3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0" + url "https://getcomposer.org/download/2.7.9/composer.phar" + sha256 "b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347" license "MIT" livecheck do From e05ba4c28c07acb068eabd2c7523265b5ec1c1de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:47:49 +0000 Subject: [PATCH 2/2] composer: update 2.7.9 bottle. --- Formula/c/composer.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/composer.rb b/Formula/c/composer.rb index 8167e7cc1cc52..812a65f2c3db5 100644 --- a/Formula/c/composer.rb +++ b/Formula/c/composer.rb @@ -11,13 +11,13 @@ class Composer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d" - sha256 cellar: :any_skip_relocation, sonoma: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1" - sha256 cellar: :any_skip_relocation, ventura: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1" - sha256 cellar: :any_skip_relocation, monterey: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cbe67557887b2e8efa0e4191f8ec8df236f68d386d257b7348d7cebce0fafcd7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833" + sha256 cellar: :any_skip_relocation, arm64_monterey: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833" + sha256 cellar: :any_skip_relocation, sonoma: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03" + sha256 cellar: :any_skip_relocation, ventura: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03" + sha256 cellar: :any_skip_relocation, monterey: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c9b6a2dc470f366817003d4d8d5f19c816dd49938a0558429910ccb958da4ffe" end depends_on "php"