Skip to content

Commit deb7525

Browse files
authored
Merge pull request Homebrew#222202 from Homebrew/bump-phpunit-12.1.4
phpunit 12.1.4
2 parents 3eaa971 + ba756b5 commit deb7525

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.1.3.phar"
5-
sha256 "8b8d9eb7ffa03fc2c9eccd131c83a24289c80e0865167b48b1573aaa67f93e3d"
4+
url "https://phar.phpunit.de/phpunit-12.1.4.phar"
5+
sha256 "4b4152817486715fd915675117c9dc270554827b2b27e52ff45741a1fd84406a"
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: "04aaa8bc74f53dcdb18243eb2fc41a6f248bf5ae5031c4f38e0ea04c046e9cd7"
15+
sha256 cellar: :any_skip_relocation, all: "5c7bd5589eb66e7a45b32d46bdc43d8ed47d3f5f936eb443622f972aded4bd98"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)