mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Clarify <SHA2>
This commit is contained in:
parent
dafe7058f5
commit
a963078456
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ install_package "ruby-2.6.5" "https://ruby-lang.org/ruby-2.6.5.tgz#<SHA2>"
|
|||
```
|
||||
|
||||
ruby-build will first try to fetch this package from `$RUBY_BUILD_MIRROR_URL/<SHA2>`
|
||||
(note: this is the complete URL). It will fall back to downloading the package from
|
||||
the original location if:
|
||||
(note: this is the complete URL), where `<SHA2>` is the checksum for the file. It
|
||||
will fall back to downloading the package from the original location if:
|
||||
- the package was not found on the mirror;
|
||||
- the mirror is down;
|
||||
- the download is corrupt, i.e. the file's checksum doesn't match;
|
||||
|
|
Loading…
Reference in a new issue