aboutsummaryrefslogtreecommitdiff
path: root/etc/fetch_core.txt
blob: 7c48386b22d7887765a75c9abd06379beba62515 (plain)
1
2
3
4
5
6
7
8
9
10
11
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