diff options
| author | Mike McQuaid | 2013-01-26 13:02:21 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-26 13:02:21 +0000 |
| commit | 531aba4d7f616db61fe05c8dcc10eab6204c3384 (patch) | |
| tree | 5c8d1b72466ad004718791b633c9430e2c04463c /Library | |
| parent | a9f1c738f10136815210df400fd656447a091424 (diff) | |
| download | homebrew-531aba4d7f616db61fe05c8dcc10eab6204c3384.tar.bz2 | |
manpage: remove outdated MD5 references.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index a47e54b44..9e996b85a 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 <URL> 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]` <formulae>: Download the source packages for the given <formulae>. - 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 <formulae> instead. `-v` may also be passed to make the VCS checkout verbose, useful for seeing if |
