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.9.3 /psalm.phar"
5
- sha256 "2ab02661c4bfc956a462d3117974521cd0a71948b1b7197495b2636cd55e7c6f "
4
+ url "https://github.com/vimeo/psalm/releases/download/6.9.4 /psalm.phar"
5
+ sha256 "940841e3821416ad20eadee09d765230809b9a69d349758d73dae70085ddc785 "
6
6
license "MIT"
7
7
8
8
livecheck do
@@ -11,12 +11,12 @@ class Psalm < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "2007f5f2ab3c1b545ba8beaa3f148e3e35de9ced42ab4a6eb025290d5b2f1d10 "
15
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "2007f5f2ab3c1b545ba8beaa3f148e3e35de9ced42ab4a6eb025290d5b2f1d10 "
16
- sha256 cellar : :any_skip_relocation , arm64_ventura : "2007f5f2ab3c1b545ba8beaa3f148e3e35de9ced42ab4a6eb025290d5b2f1d10 "
17
- sha256 cellar : :any_skip_relocation , sonoma : "822c774b3552858e41f8df74e7e74bc52487b6f5c629dd2a3eb3158aacd214c0 "
18
- sha256 cellar : :any_skip_relocation , ventura : "822c774b3552858e41f8df74e7e74bc52487b6f5c629dd2a3eb3158aacd214c0 "
19
- sha256 cellar : :any_skip_relocation , x86_64_linux : "2007f5f2ab3c1b545ba8beaa3f148e3e35de9ced42ab4a6eb025290d5b2f1d10 "
14
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "65551035655886a44c8338fdbe91d8e3b4b2395a2a324452858a5316a3ed777d "
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "65551035655886a44c8338fdbe91d8e3b4b2395a2a324452858a5316a3ed777d "
16
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "65551035655886a44c8338fdbe91d8e3b4b2395a2a324452858a5316a3ed777d "
17
+ sha256 cellar : :any_skip_relocation , sonoma : "e3897afe9dde885b6a98df54f8ef4a548f372be8a5ade5fa09c55252fcd24722 "
18
+ sha256 cellar : :any_skip_relocation , ventura : "e3897afe9dde885b6a98df54f8ef4a548f372be8a5ade5fa09c55252fcd24722 "
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "65551035655886a44c8338fdbe91d8e3b4b2395a2a324452858a5316a3ed777d "
20
20
end
21
21
22
22
depends_on "composer" => :test
0 commit comments