diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index a47e54b447..9e996b85ac 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -72,7 +72,7 @@ With `--verbose`, many commands print extra debugging information. If `--cmake` is passed, create a basic template for a CMake-style build. If `--no-fetch` is passed, Homebrew will not download to the cache and - will thus not add the MD5 to the formula for you. + will thus not add the SHA-1 to the formula for you. The options `--set-name` and `--set-version` each take an argument and allow you to explicitly set the name and version of the package you are creating. @@ -110,7 +110,7 @@ With `--verbose`, many commands print extra debugging information. * `fetch [--force] [-v] [--HEAD] [--deps]` : Download the source packages for the given . - For tarballs, also print MD5 and SHA1 checksums. + For tarballs, also print SHA1 and SHA-256 checksums. If `--HEAD` is passed, download the HEAD versions of instead. `-v` may also be passed to make the VCS checkout verbose, useful for seeing if diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index dce682cef2..870efb313a 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -78,7 +78,7 @@ Generate a formula for the downloadable file at \fIURL\fR and open it in \fBEDIT If \fB\-\-autotools\fR is passed, create a basic template for an Autotools\-style build\. If \fB\-\-cmake\fR is passed, create a basic template for a CMake\-style build\. . .IP -If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the MD5 to the formula for you\. +If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the SHA\-1 to the formula for you\. . .IP The options \fB\-\-set\-name\fR and \fB\-\-set\-version\fR each take an argument and allow you to explicitly set the name and version of the package you are creating\. @@ -123,7 +123,7 @@ Open \fIformula\fR in \fBEDITOR\fR\. . .TP \fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps]\fR \fIformulae\fR -Download the source packages for the given \fIformulae\fR\. For tarballs, also print MD5 and SHA1 checksums\. +Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA1 and SHA\-256 checksums\. . .IP If \fB\-\-HEAD\fR is passed, download the HEAD versions of \fIformulae\fR instead\. \fB\-v\fR may also be passed to make the VCS checkout verbose, useful for seeing if an existing HEAD cache has been updated\.