Skip to content

Commit a1ede06

Browse files
authored
Merge pull request #256559 from Homebrew/bump-phpunit-12.4.5
phpunit 12.4.5
2 parents fb4eb63 + 72c879c commit a1ede06

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.4.phar"
5-
sha256 "244e6284c6d9051d94ef062ba885639e0c25648d310aa60cbabcf59e0512feb5"
4+
url "https://phar.phpunit.de/phpunit-12.4.5.phar"
5+
sha256 "dd81d14b6cfbae59dd6293644aa7b72966768cd3809e12acfa36f4e600bf510b"
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: "0c70f70d44138c698c7c317021135f2a6235e3c4d9480bb2705d5a2271272e71"
15+
sha256 cellar: :any_skip_relocation, all: "23e1aa615f5ac720353cdd969b15849a6882ad718796e7e6c9f4fee3b3951224"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)