|
1 | 1 | class Phpstan < Formula |
2 | 2 | desc "PHP Static Analysis Tool" |
3 | 3 | homepage "https://github.com/phpstan/phpstan" |
4 | | - url "https://github.com/phpstan/phpstan/releases/download/1.12.1/phpstan.phar" |
5 | | - sha256 "8ed63289b7f58f4d0b704e39acf4dedd1c18f48634cf7696093279ba794bcd8b" |
| 4 | + url "https://github.com/phpstan/phpstan/releases/download/1.12.2/phpstan.phar" |
| 5 | + sha256 "4b07c71ffc26e8c95689608d1c7f2d6f3e6a33533afa5b6727222bc016bd6ecb" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6502bd3cd063ff15b50206b00e044d1a48300be95e571ad83ff94aad88d301d8" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6502bd3cd063ff15b50206b00e044d1a48300be95e571ad83ff94aad88d301d8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "6502bd3cd063ff15b50206b00e044d1a48300be95e571ad83ff94aad88d301d8" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "b183938eecef97dc23e688358f56390ad42c07a924e94e796fa9c08a7d55516c" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "b183938eecef97dc23e688358f56390ad42c07a924e94e796fa9c08a7d55516c" |
14 | | - sha256 cellar: :any_skip_relocation, monterey: "b183938eecef97dc23e688358f56390ad42c07a924e94e796fa9c08a7d55516c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e50b083fe1b4ffe8e0d5b383a81ee1af563391f00fc9355f4195d80cc0f88f66" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f10ca734421c7094f297c671e24c6fb907dd2454487c329c22310bca0afcd599" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f10ca734421c7094f297c671e24c6fb907dd2454487c329c22310bca0afcd599" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "f10ca734421c7094f297c671e24c6fb907dd2454487c329c22310bca0afcd599" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "297ca5d29997b20dc0ef1b65633924d65e0f7d547fa0b1a44c7411ef336908d3" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "297ca5d29997b20dc0ef1b65633924d65e0f7d547fa0b1a44c7411ef336908d3" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "297ca5d29997b20dc0ef1b65633924d65e0f7d547fa0b1a44c7411ef336908d3" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "14d539294a21fc96caced80ef90214037417a0b5ef6275f2f7fa43a6288b82dc" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "php" => :test |
|
0 commit comments