summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2017-01-07 15:00:30 -0500
committerGravatar Mike Burns <mike@mike-burns.com>2017-01-07 15:00:30 -0500
commitc742e73ae4903d6963d8c2e500913672eed6e332 (patch)
tree21af04bf3d0fe65e2cb346c6dce2ccda0d240639
parent0d4ae02144e7826c9e54895b7f8738ef136df31c (diff)
Fix the SHA for the tarball
I need to automate this.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd40597..6af361b 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ This uses the standard GNU autotools, so it's the normal dance:
curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.3.1.tar.gz && \
sha=$(sha256 rcm-1.3.1.tar.gz | cut -f1 -d' ') && \
- [ "$sha" = "ddcf638b367b0361d8e063c29fd573dbe1712d1b83e8d5b3a868e4aa45ffc847" ] && \
+ [ "$sha" = "9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f" ] && \
tar -xvf rcm-1.3.1.tar.gz && \
cd rcm-1.3.1 && \