summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rafael Santos <formigarafa@gmail.com>2016-02-02 22:10:00 +1300
committerGravatar Mike Burns <mike@mike-burns.com>2016-02-02 21:07:26 +0100
commit1ce1a4a212cdefd0025b3b45a32885563345d720 (patch)
tree7de29a3ca20150da6476c7d92b0476777b1acf25
parenta80ea10abdd621fb704485179652df75d4351bdb (diff)
Fix SHA256 for tarball
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8254501..4b49b12 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ This uses the standard GNU autotools, so it's the normal dance:
curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.3.0.tar.gz && \
sha=$(sha256 rcm-1.3.0.tar.gz | cut -f1 -d' ') && \
- [ "$sha" = "502fd44e567ed0cfd00fb89ccc257dac8d6eb5d003f121299b5294c01665973f" ] && \
+ [ "$sha" = "ddcf638b367b0361d8e063c29fd573dbe1712d1b83e8d5b3a868e4aa45ffc847" ] && \
tar -xvf rcm-1.3.0.tar.gz && \
cd rcm-1.3.0 && \