install-julia.sh manifest <path>: Install the stable Julia version a project’s Manifest.toml was written with, and make it the default (path is a manifest file or a project dir).
v0.3.0 is released and adds support for macOS and FreeBSD.
There is an INSTALL_JULIA_TRIPLET environment variable to override the triplet auto-detection.
PR builds now download from Julia’s new ephemeral PR bucket (https://julialang-ephemeral-pr.s3.amazonaws.com, overridable with the new INSTALL_JULIA_PR_URL environment variable). The version specifier is now the full 40-char commit sha (e.g. pr4d42a1b8c138fd80ce23624c43185bcf7051c6f2, installed as julia-pr4d42a1b8c1) instead of pr<number>, which now fails.