From 9c81c25292290d24cb0875409e51c321d0b8a79d Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 13 Jul 2018 11:41:39 -0400 Subject: Announce 1.3.2 in the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5189096..04384d1 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ Elsewhere: 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 && + curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.3.2.tar.gz && - sha=$(sha256 rcm-1.3.1.tar.gz | cut -f1 -d' ') && - [ "$sha" = "9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f" ] && + sha=$(sha256 rcm-1.3.2.tar.gz | cut -f1 -d' ') && + [ "$sha" = "2f31b49c241ed6e74578fc71e6b2ba3a87183d311f28e05b9f7cc7c1c55dda64" ] && - tar -xvf rcm-1.3.1.tar.gz && - cd rcm-1.3.1 && + tar -xvf rcm-1.3.2.tar.gz && + cd rcm-1.3.2 && ./configure && make && -- cgit v1.2.3