From 23e4fc1d65bbcda53bd5ef6441d22368c201b7ec Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 5 Aug 2024 21:36:52 +0100 Subject: [PATCH] Download phan phar directly instead of using phive Phan key is missing which prevents it from being downloaded with phive. --- resources/tools.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 4b60120e..6a53f7f7 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -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",