From e770983636b9025750e3a536ec03b3d3c0e1f208 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 8 Feb 2020 10:12:49 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 9bb6de1f..03c60e82 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -657,11 +657,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.8.3/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.8.5/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.8.3/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.8.5/psalm.phar", "bin": "%target-dir%/psalm" } },