diff --git a/Formula/p/phpunit.rb b/Formula/p/phpunit.rb index 221eb5c031726..d308d17d77662 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 @@ -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