From c742e73ae4903d6963d8c2e500913672eed6e332 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 7 Jan 2017 15:00:30 -0500 Subject: Fix the SHA for the tarball I need to automate this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- cgit v1.2.3