aboutsummaryrefslogtreecommitdiff
path: root/etc/fetch_core.txt
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
commit1a3c36278c39a275455a0a524f8a494d90f77324 (patch)
treef071b471f1eb123fe0260974bd22eb759925e3d6 /etc/fetch_core.txt
parent98c35cddda61236ad92e1ba47cf52ab86a1d16f3 (diff)
Consolidate fetch data in fetch_core.txt
Diffstat (limited to 'etc/fetch_core.txt')
-rw-r--r--etc/fetch_core.txt12
1 files changed, 12 insertions, 0 deletions
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