From fef9f76fcaa17c2ab49856d91698214ed0574236 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Sep 2017 23:07:13 +0200 Subject: [PATCH] Add Red Programming Language version 0.6.3 --- red.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 red.json diff --git a/red.json b/red.json new file mode 100644 index 0000000000..b63040dc8e --- /dev/null +++ b/red.json @@ -0,0 +1,15 @@ +{ + "homepage": "http://www.red-lang.org", + "version": "0.6.3", + "license": "BSD-3 and BSL", + "url": "http://static.red-lang.org/dl/win/red-063.exe#/red.exe", + "hash": "105d0f7b009a802a35a636c5dbedc69e89477fd62b6ba77690845fd78d436171", + "bin": "red.exe", + "checkver": { + "url": "http://static.red-lang.org/download.html", + "re": "Red\\s+([\\d.]+)\\s+for" + }, + "autoupdate": { + "url": "http://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe" + } +}