|
1 | 1 | class Psalm < Formula |
2 | 2 | desc "PHP Static Analysis Tool" |
3 | 3 | homepage "https://psalm.dev" |
4 | | - url "https://github.com/vimeo/psalm/releases/download/6.1.0/psalm.phar" |
5 | | - sha256 "e73ac5674452344cd9dd15955c4012b5bcc3c901ee7e5d58e8272d3400ae0835" |
| 4 | + url "https://github.com/vimeo/psalm/releases/download/6.2.0/psalm.phar" |
| 5 | + sha256 "da27e66c5172fcea48ad4fc3a1514670338c78cfcd88bb314babaff4f417d29c" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6be19bbbd97b3d809a5f4e8e772fae8863850feeb9e2f8050d493a9faaa4afb0" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6be19bbbd97b3d809a5f4e8e772fae8863850feeb9e2f8050d493a9faaa4afb0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6be19bbbd97b3d809a5f4e8e772fae8863850feeb9e2f8050d493a9faaa4afb0" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "fa302e0f7ddd01083dd4c971951335eb9855636cd2c536b724347d7ebf6373da" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "fa302e0f7ddd01083dd4c971951335eb9855636cd2c536b724347d7ebf6373da" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "6be19bbbd97b3d809a5f4e8e772fae8863850feeb9e2f8050d493a9faaa4afb0" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cc0d773f9ba7c77abc8dbc5dc8d56a9af980e80233df3a8655fb0eb3073220a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8cc0d773f9ba7c77abc8dbc5dc8d56a9af980e80233df3a8655fb0eb3073220a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "8cc0d773f9ba7c77abc8dbc5dc8d56a9af980e80233df3a8655fb0eb3073220a" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "669b7fe29be5825ab7243c9ca674432bf0a8f8c0c779507f908e573c3eac8b4b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "669b7fe29be5825ab7243c9ca674432bf0a8f8c0c779507f908e573c3eac8b4b" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8cc0d773f9ba7c77abc8dbc5dc8d56a9af980e80233df3a8655fb0eb3073220a" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "composer" => :test |
|
0 commit comments