A repository of metadata for Julia versions.
[julia]/
versions.txt
- an exhaustive list of every released version. Versions must be listed in natural order.stable.txt
- a list of current stable versions. Versions must be listed in natural order.signatures.gpg
- a list of filenames of every released archive.signatures/
- a folder of GPG signature files of every released archive.
Use update.sh
, or manually do the following:
- Add the new version to
versions.txt
.- Versions should be listed incrementally.
- Add new stable versions to
stable.txt
, replacing any previous stable version for that version family.- Should only contain the latest stable version for each version family.
- Append the filename for all released files to
signatures.gpg
. - Save the GPG signature file for all released files to
julia/signatures/
.
- Never remove a version from
versions.txt
. - Never remove checksums from a
signatures.*
file, unless the file is literally no longer available on the Internet.