From 2944e2d64f4e130468a0d9586488bb4461948ce2 Mon Sep 17 00:00:00 2001 From: Mifuyne Date: Thu, 20 Jul 2023 10:13:07 -0400 Subject: [PATCH] red-toolchain: Add version 18jul23 (#4906) * red-toolchain: Add version 25jun23 * Update version --------- Co-authored-by: HUMORCE --- bucket/red-toolchain.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/red-toolchain.json diff --git a/bucket/red-toolchain.json b/bucket/red-toolchain.json new file mode 100644 index 0000000000..a2cec109d3 --- /dev/null +++ b/bucket/red-toolchain.json @@ -0,0 +1,23 @@ +{ + "version": "18jul23", + "description": "Programming language inspired by Rebol. Encapper for Red + Red/System compiler", + "homepage": "https://www.red-lang.org", + "license": { + "identifier": "BSD-3-Clause,BSL-1.0", + "url": "https://github.com/red/red#license" + }, + "url": "https://static.red-lang.org/dl/auto/win/red-toolchain-18jul23-af3d35a2f.exe#/red-toolchain.exe", + "hash": "d1c6f3843912e9044669f62c91c1bffffcf35f39687ede1fb4a0f4a2162acca6", + "bin": "red-toolchain.exe", + "checkver": { + "url": "https://static.red-lang.org/dl/auto/win/history.html", + "regex": "red-toolchain-(\\w+)-(?\\w+).exe" + }, + "autoupdate": { + "url": "https://static.red-lang.org/dl/auto/win/red-toolchain-$version-$matchCommit.exe#/red-toolchain.exe", + "hash": { + "url": "http://static.red-lang.org/download.html", + "regex": "$basename[\\s\\S]+?$sha256" + } + } +}