man: sha1 => sha256 reference

Closes Homebrew/homebrew#42507.
This commit is contained in:
Dominyk Tiller 2015-08-11 20:34:21 +01:00
parent 0d4da4234a
commit fbfaa8a39a
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ Note that these flags should only appear after a command.
If `--cmake` is passed, create a basic template for a CMake-style build. 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 If `--no-fetch` is passed, Homebrew will not download <URL> to the cache and
will thus not add the SHA-1 to the formula for you. will thus not add the SHA256 to the formula for you.
The options `--set-name` and `--set-version` each take an argument and allow 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. you to explicitly set the name and version of the package you are creating.

View File

@ -98,7 +98,7 @@ If \fB\-\-quiet\fR is passed, list only the names of commands without the header
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\. 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 .IP
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\. If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the SHA256 to the formula for you\.
. .
.IP .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\. 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\.