From 7e56a8a2dc18647279ad0bb5da12a7d584d1824e Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 4 Aug 2022 06:02:25 +0000 Subject: [PATCH] Update tools --- resources/architecture.json | 2 +- resources/pre-installation.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/architecture.json b/resources/architecture.json index 7331cf63..d84dea21 100644 --- a/resources/architecture.json +++ b/resources/architecture.json @@ -61,7 +61,7 @@ "website": "https://github.com/phparkitect/arkitect", "command": { "phar-download": { - "phar": "https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar", + "phar": "https://github.com/phparkitect/arkitect/releases/download/0.2.26/phparkitect.phar", "bin": "%target-dir%/phparkitect" } }, diff --git a/resources/pre-installation.json b/resources/pre-installation.json index a6d8b630..e7550f58 100644 --- a/resources/pre-installation.json +++ b/resources/pre-installation.json @@ -18,11 +18,11 @@ "website": "https://phar.io/", "command": { "file-download": { - "url": "https://github.com/phar-io/phive/releases/download/0.15.1/phive-0.15.1.phar.asc", + "url": "https://github.com/phar-io/phive/releases/download/0.15.2/phive-0.15.2.phar.asc", "file": "%target-dir%/phive.asc" }, "phar-download": { - "phar": "https://github.com/phar-io/phive/releases/download/0.15.1/phive-0.15.1.phar", + "phar": "https://github.com/phar-io/phive/releases/download/0.15.2/phive-0.15.2.phar", "bin": "%target-dir%/phive" }, "sh": {