From a4dbb143b86d5d76e986c2fbbb731cf0a7ed9523 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Fri, 19 Jan 2024 15:50:49 +0100 Subject: [PATCH 1/2] phpunit 10.5.8 --- 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 221eb5c031726..8e5e735aaec18 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-10.5.7.phar" - sha256 "77e7bc99bf784ba8c137517106ad40cbe0b99e64acd7a10e9150c28575ce9f9e" + url "https://phar.phpunit.de/phpunit-10.5.8.phar" + sha256 "9406b50a857dc3f61ae65ee8f91135aeb3594eee41a0c830946b29ef4a7218d0" license "BSD-3-Clause" livecheck do From e7e10c5060f3f6c29978bc440a6e229f9e478b8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:16:19 +0000 Subject: [PATCH 2/2] phpunit: update 10.5.8 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 8e5e735aaec18..d308d17d77662 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: "5207a6533563360fe0fd43b1e64fe6fb39116a2ce6eae76f412b4f31a734fdbd" + sha256 cellar: :any_skip_relocation, all: "8175d94e282fce18ca0163eba11afb1129926dfa83e17b5502dcf908d0455b2b" end depends_on "php" => :test