summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMaximilien Cuony <theglu@theglu.org>2017-01-24 09:53:07 +0000
committerMaximilien Cuony <maximilien@theglu.org>2017-01-24 11:36:27 +0100
commit5df36fc09e56914e698d89c242fd5cdb57b717cf (patch)
treef98fb5a8e530185fef7e80d65a8131745d889fbf /doc/install
parentb60de9c0fd90c310d2a4146f75b67f9f360cbd6c (diff)
downloadgitlab-ce-5df36fc09e56914e698d89c242fd5cdb57b717cf.tar.gz
Fix hash of ruby archive in documentation
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 9cebed34b7e..3e7674e13ab 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -124,7 +124,7 @@ Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
- echo 'a8db9ce7f9110320f33b8325200e3ecfbd2b534b ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
+ echo '1014ee699071aa2ddd501907d18cbe15399c997d ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
cd ruby-2.3.3
./configure --disable-install-rdoc
make