Skip to content

Commit

Permalink
Download phan phar directly instead of using phive
Browse files Browse the repository at this point in the history
Phan key is missing which prevents it from being downloaded with phive.
  • Loading branch information
jakzal committed Aug 5, 2024
1 parent c1be085 commit 23e4fc1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"summary": "Static Analysis Tool",
"website": "https://github.com/phan/phan",
"command": {
"phive-install": {
"alias": "phan",
"bin": "%target-dir%/phan",
"sig": "8101FB57DD8130F0"
"phar-download": {
"phar": "https://github.com/phan/phan/releases/latest/download/phan.phar",
"bin": "%target-dir%/phan"
}
},
"test": "phan -v",
Expand Down

0 comments on commit 23e4fc1

Please sign in to comment.