aboutsummaryrefslogtreecommitdiff
path: root/etc/fetch_core.txt
blob: a6bbab0ffdf3153267393f42c685cada80d4eec4 (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.08
nqp_version=2020.08
rakudo_version=2020.08.2

# 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