We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859d4c commit 5e2e03cCopy full SHA for 5e2e03c
Formula/p/psalm.rb
@@ -1,13 +1,13 @@
1
class Psalm < Formula
2
desc "PHP Static Analysis Tool"
3
homepage "https://psalm.dev"
4
- url "https://github.com/vimeo/psalm/releases/download/6.11.0/psalm.phar"
5
- sha256 "dc3704e135a7d45fc3ca163874f84bd1572f61cfdbb70736bc01c662c2928946"
+ url "https://github.com/vimeo/psalm/releases/download/6.12.0/psalm.phar"
+ sha256 "8e8846f3a5ed8c39ae17da6dea2e178bfbee642cc5e7bf674399afcd68c6fddb"
6
license "MIT"
7
8
livecheck do
9
url :stable
10
- strategy :github_latest
+ regex(/^v?(\d+(?:\.\d+)+)$/i)
11
end
12
13
bottle do
0 commit comments