From 6ab9593f2cd57f7de5b475dddcd5d59b3fb167ed Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Wed, 1 Apr 2020 16:02:45 +0200 Subject: [PATCH] rakudo-star: Add version 2020.01-01 (#887) --- bucket/rakudo-star.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/rakudo-star.json diff --git a/bucket/rakudo-star.json b/bucket/rakudo-star.json new file mode 100644 index 0000000000..56e0901ad4 --- /dev/null +++ b/bucket/rakudo-star.json @@ -0,0 +1,32 @@ +{ + "version": "2020.01-01", + "description": "Raku compiler for the MoarVM and JVM", + "homepage": "https://rakudo.org", + "license": "Artistic-2.0", + "architecture": { + "64bit": { + "url": "https://rakudo.org/dl/star/rakudo-star-2020.01-01-win-x86_64-(JIT).msi", + "hash": "a4a728fff7c32d98790e4e12f145bfab89cc4dab56e268b2ced3c80f08bd4a30" + } + }, + "extract_dir": "rakudo", + "bin": [ + "bin\\perl6.exe", + "bin\\raku.exe", + "bin\\rakudo.exe" + ], + "checkver": { + "url": "https://rakudo.org/downloads/star", + "regex": "rakudo-star-([\\d.-]+)-win-x86_64-\\(JIT\\)\\.msi" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://rakudo.org/dl/star/rakudo-star-$version-win-x86_64-(JIT).msi" + } + }, + "hash": { + "url": "$url.sha256.txt" + } + } +}