From 817270a1f393b2fd2ccff23115daff2a038d1548 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 3 Aug 2022 04:47:37 +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": {