Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
a11107f3
Commit
a11107f3
authored
May 23, 2014
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme for MD5 -> SHA2 checksum change
parent
d5d6c526
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
+4
-4
No files found.
README.md
View file @
a11107f3
...
...
@@ -148,8 +148,8 @@ $ cat fix1.patch fix2.patch | rbenv install --patch 1.9.3-p429
### Checksum verification
If you have the
`
md5`
,
`openssl`
, or
`md5
sum`
tool installed, ruby-build will
automatically verify the
MD5
checksum of each downloaded package before
If you have the
`
shasum`
,
`openssl`
, or
`sha256
sum`
tool installed, ruby-build will
automatically verify the
SHA2
checksum of each downloaded package before
installing it.
Checksums are optional and specified as anchors on the package URL in each
...
...
@@ -165,9 +165,9 @@ official URL specified in the definition file.
You can point ruby-build to another mirror by specifying the
`RUBY_BUILD_MIRROR_URL`
environment variable--useful if you'd like to run your
own local mirror, for example. Package mirror URLs are constructed by joining
this variable with the
MD5
checksum of the package file.
this variable with the
SHA2
checksum of the package file.
If you don't have an
MD5
program installed, ruby-build will skip the download
If you don't have an
SHA2
program installed, ruby-build will skip the download
mirror and use official URLs instead. You can force ruby-build to bypass the
mirror by setting the
`RUBY_BUILD_SKIP_MIRROR`
environment variable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment