Skip to content

Commit cb714f5

Browse files
authored
Merge pull request #251961 from Homebrew/bump-phpunit-12.4.2
phpunit 12.4.2
2 parents ebb5f0e + 064d31b commit cb714f5

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.4.1.phar"
5-
sha256 "dbe14309877b264c55369c43ddede0efe2d54061c1bcbc934ecc7e1671d206a2"
4+
url "https://phar.phpunit.de/phpunit-12.4.2.phar"
5+
sha256 "16af90b27ce7d938852da866b287bb8c72cc3ed7f4fafa4f40bf696f2fb03614"
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: "eb5b8f391e42af022fef82f98c1cc5a3b3417cd8bcb756d8c5c79ade34d7eed1"
15+
sha256 cellar: :any_skip_relocation, all: "c1ee035ee29e830aab6559835bf9715f79ac17298a32f0daa2030b9811f4f706"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)