aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-03-19 20:54:36 +0100
committerXu Cheng2016-03-20 13:48:18 +0800
commitf30221c7e1d626ddce3d923bc9da2ba880a7ceee (patch)
tree78dda432cda3e89b81bb646886a58e91e8dc382c
parent148da475710b882a17e044153102961919c48477 (diff)
downloadbrew-f30221c7e1d626ddce3d923bc9da2ba880a7ceee.tar.bz2
Tips & Tricks: remove obsolete ref to SHA1
-rw-r--r--share/doc/homebrew/Tips-N'-Tricks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md
index 1101f63a9..cc97ce715 100644
--- a/share/doc/homebrew/Tips-N'-Tricks.md
+++ b/share/doc/homebrew/Tips-N'-Tricks.md
@@ -75,7 +75,7 @@ renaming the file from <code>otp_src_R13B03</code> to
download. This means instead of manually renaming a formula, you can
run `mv the_tarball $(brew --cache -s $FORMULA)`.
-You can also pre-cache the download by using the command `brew fetch formula` which also displays the SHA1 and SHA256 values. This can be useful for updating formulae to new versions.
+You can also pre-cache the download by using the command `brew fetch formula` which also displays the SHA256 value. This can be useful for updating formulae to new versions.
## Using Homebrew behind a proxy