summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 11:41:39 -0400
committerGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 11:41:39 -0400
commit9c81c25292290d24cb0875409e51c321d0b8a79d (patch)
treed94543c5b6775a39b78a8ac34dbb7b5d5a403819
parent0a928800c66e08197cd092feb32f6ae5bf816b88 (diff)
Announce 1.3.2 in the README
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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 &&