File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
class PhpCodeSniffer < Formula
2
2
desc "Check coding standards in PHP, JavaScript and CSS"
3
3
homepage "https://github.com/PHPCSStandards/PHP_CodeSniffer"
4
- url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.1 /phpcs.phar"
5
- sha256 "cd9efa1a815148918be948ae1113f0a84dd484a1a39c2f5533929af83da9fdb1 "
4
+ url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.2 /phpcs.phar"
5
+ sha256 "d51ec0f9b3c5af2ce4bf4a736cb6a50c495e171b1d6d7d5d1964082c08a9bea8 "
6
6
license "BSD-3-Clause"
7
7
8
8
bottle do
9
- sha256 cellar : :any_skip_relocation , all : "fc35d36e3e0da332833cf65e73d61f2e9c3a455c9353a66b3682c42622ec064b "
9
+ sha256 cellar : :any_skip_relocation , all : "0a8f50fbca7b6dd6e0b044cdb31a194ca87e3e08680eaa287bf7258b838d3521 "
10
10
end
11
11
12
12
depends_on "php"
13
13
14
14
resource "phpcbf.phar" do
15
- url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.1 /phpcbf.phar"
16
- sha256 "d42c95da00f0bc9fed65201d69565e0ff508ff96579d04896981f55e7799446d "
15
+ url "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.11.2 /phpcbf.phar"
16
+ sha256 "0d69b83f465a48f753342570e32deec4c7c15c34a7c964ea9ad26c23324bb55e "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments