11class Psalm < Formula
22 desc "PHP Static Analysis Tool"
33 homepage "https://psalm.dev"
4- url "https://github.com/vimeo/psalm/releases/download/6.12.1 /psalm.phar"
5- sha256 "f781a308cd6ac56cb20b2edf61f57e4edc86255b9d539c5ee7bf17f4029edff8 "
4+ url "https://github.com/vimeo/psalm/releases/download/6.13.0 /psalm.phar"
5+ sha256 "5c39a7782450f889c8c2a60cd4942d70939df9ae703f4c0a19d60823159f08e7 "
66 license "MIT"
77
88 livecheck do
@@ -11,13 +11,13 @@ class Psalm < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "9c714bb2081d54732d61f3724e29b246458839e653729fe7770ff753452a5b7f "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "9c714bb2081d54732d61f3724e29b246458839e653729fe7770ff753452a5b7f "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "9c714bb2081d54732d61f3724e29b246458839e653729fe7770ff753452a5b7f "
17- sha256 cellar : :any_skip_relocation , sonoma : "f66f78f31d85f2da1a919eeb12cc6fa5f407b2beca27d8e112a4b9be22b92590 "
18- sha256 cellar : :any_skip_relocation , ventura : "f66f78f31d85f2da1a919eeb12cc6fa5f407b2beca27d8e112a4b9be22b92590 "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "9c714bb2081d54732d61f3724e29b246458839e653729fe7770ff753452a5b7f "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "9c714bb2081d54732d61f3724e29b246458839e653729fe7770ff753452a5b7f "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "dac4b95687bf8973e21b5e9c57014def99b69f4f3722300630c2547d688c1290 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "dac4b95687bf8973e21b5e9c57014def99b69f4f3722300630c2547d688c1290 "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "dac4b95687bf8973e21b5e9c57014def99b69f4f3722300630c2547d688c1290 "
17+ sha256 cellar : :any_skip_relocation , sonoma : "1b5439a1081af205c9eee6365186d01455059cf123b85095e238c41332e30cb1 "
18+ sha256 cellar : :any_skip_relocation , ventura : "1b5439a1081af205c9eee6365186d01455059cf123b85095e238c41332e30cb1 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "dac4b95687bf8973e21b5e9c57014def99b69f4f3722300630c2547d688c1290 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "dac4b95687bf8973e21b5e9c57014def99b69f4f3722300630c2547d688c1290 "
2121 end
2222
2323 depends_on "composer" => :test
0 commit comments