From 1a3c36278c39a275455a0a524f8a494d90f77324 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 29 Mar 2020 17:37:01 +0200 Subject: Consolidate fetch data in fetch_core.txt --- etc/fetch_core.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/fetch_core.txt (limited to 'etc/fetch_core.txt') diff --git a/etc/fetch_core.txt b/etc/fetch_core.txt new file mode 100644 index 0000000..7c48386 --- /dev/null +++ b/etc/fetch_core.txt @@ -0,0 +1,12 @@ +# These are the version numbers of the core components of Rakudo Star. Change +# these if you want to create a distribution containing different core +# component versions. +moarvm_version=2020.01.1 +nqp_version=2020.01 +rakudo_version=2020.01 + +# These are the URLs to fetch the sources from. You can use %s in the URLs as a +# placeholder for the version number, specified above. +moarvm_url=https://www.moarvm.org/releases/MoarVM-%s.tar.gz +nqp_url=https://github.com/perl6/nqp/releases/download/%s/nqp-%s.tar.gz +rakudo_url=https://github.com/rakudo/rakudo/releases/download/%s/rakudo-%s.tar.gz -- cgit v1.1