Skip to content

Commit e854ce5

Browse files
authored
Merge pull request #229970 from Homebrew/bump-psalm-6.13.0
psalm 6.13.0
2 parents 0096f87 + 7bf8c42 commit e854ce5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/psalm.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

Comments
 (0)