Skip to content

Commit 0f512b8

Browse files
authored
Merge pull request Homebrew#183596 from phpstan-bot/bump-phpstan-1.12.2
phpstan 1.12.2
2 parents 71513b1 + 3d8fc21 commit 0f512b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/phpstan.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Phpstan < Formula
22
desc "PHP Static Analysis Tool"
33
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"
66
license "MIT"
77

88
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"
1616
end
1717

1818
depends_on "php" => :test

0 commit comments

Comments
 (0)