Skip to content

Commit 6a9f16e

Browse files
authored
Merge pull request #246710 from Homebrew/bump-phpunit-12.4.0
phpunit 12.4.0
2 parents 18cb09b + da94bb6 commit 6a9f16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/phpunit.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Phpunit < Formula
22
desc "Programmer-oriented testing framework for PHP"
33
homepage "https://phpunit.de"
4-
url "https://phar.phpunit.de/phpunit-12.3.15.phar"
5-
sha256 "d57d2ba267aa0cd95a10cba839f94dc78ce86a751391a06547e0dfeeecfe10b2"
4+
url "https://phar.phpunit.de/phpunit-12.4.0.phar"
5+
sha256 "ebfebdf3ec895fa9692772105531047ad46c127c060fbe3ddf2ed2f259095e4f"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -12,7 +12,7 @@ class Phpunit < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "f0a2bee4e668aa223eeda023ed2e7a69cd58169efb112dffba47d63077c961f2"
15+
sha256 cellar: :any_skip_relocation, all: "30aedf617a50e67bae8b7f59649f940d3a3ee72af70cc74d3aafa5fc0f532735"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)