From 79451dbbb09b06ee4d3ea1563e4d477d7be9e8af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:48:42 +0000 Subject: [PATCH 1/2] phpunit 11.3.6 --- Formula/p/phpunit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 93e840ffc1e9..35c448f80d8e 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-11.3.5.phar" - sha256 "1e6bf19884786772b86170e103b16457c31f1e63456bd50d70648a304c3ed322" + url "https://phar.phpunit.de/phpunit-11.3.6.phar" + sha256 "cb13d2a0120b5f95e7e3f8e5f07d7d0cae6b4120f3bdd24353aa10e4944215cd" license "BSD-3-Clause" livecheck do From 03a20b75846e7f4d67ee5e8784439192d77cdbe1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:40:48 +0000 Subject: [PATCH 2/2] phpunit: update 11.3.6 bottle. --- Formula/p/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 35c448f80d8e..da106b459f46 100644 --- a/Formula/p/phpunit.rb +++ b/Formula/p/phpunit.rb @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "40dd9d177f45595ed281243434da226fed8884f17f13bf13be7e96de211740f6" + sha256 cellar: :any_skip_relocation, all: "60111972138e88b55424ce08cd9f4c63d63203e752561633d93e2fc0cefa12bb" end depends_on "php" => :test