Skip to content

Commit 34d1f83

Browse files
authored
Merge pull request #245166 from Homebrew/bump-phpunit-12.3.12
phpunit 12.3.12
2 parents e19750c + 50a4393 commit 34d1f83

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.11.phar"
5-
sha256 "1b78638e83cf687a92d5e82a6f16bc238f56f1b2819e8a8380f0bb1a71ecdf43"
4+
url "https://phar.phpunit.de/phpunit-12.3.12.phar"
5+
sha256 "1c114d5cff22c99bcd539de74e851c9b3ea14eee6efe41658ce9616d87a5d973"
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: "50312b3c4f5d961178ef3c9c8368542dc1b980f852ce32f84ff0f1305bb4045b"
15+
sha256 cellar: :any_skip_relocation, all: "e0bf57692e78b08dd3dee098dda0fbe18e7cfc3ee83241e40647bbe0caa4a666"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)