summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-03-10 10:03:18 +0100
committerJames Lopez <james@jameslopez.es>2017-03-10 10:03:18 +0100
commit231e2e03bf492f35c016288455b5d9a50181b660 (patch)
treed3bc670ac01bfec985559643285dc29469d2b37a
parent470501f8c8fd6a7f3e26b059e6418a7b840df895 (diff)
downloadgitlab-ce-231e2e03bf492f35c016288455b5d9a50181b660.tar.gz
Fix 2.3.3 ruby shasum
-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 d2ff2b47cd8..194c3bee214 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