From 31bbc6cae0b57c6c18f090e6184c9c9d98e1e2eb Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 19 Aug 2020 03:35:17 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 1435ca57..a4f9374d 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -133,11 +133,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.16.4/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.17.0/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.16.4/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.17.0/infection.phar", "bin": "%target-dir%/infection" } }, @@ -685,11 +685,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.13.1/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.14.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.13.1/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.14.1/psalm.phar", "bin": "%target-dir%/psalm" } },