diff options
| author | Charles Ellis <hamled@gmail.com> | 2021-07-16 00:17:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 00:17:19 -0700 |
| commit | bef043cfe12eb98e2feb0b0976ea6c0fc9046f72 (patch) | |
| tree | bb1244dfa1d6b3096fe3be8fa4cdd0e72f7b1ab8 /docs/maintainers/vcpkg_from_github.md | |
| parent | 30d8b36c58192d8a870a211abd2f761480bc0c7b (diff) | |
| download | vcpkg-bef043cfe12eb98e2feb0b0976ea6c0fc9046f72.tar.gz vcpkg-bef043cfe12eb98e2feb0b0976ea6c0fc9046f72.zip | |
CMake command docs say to use 0 for missing SHA512 (#18611)
Diffstat (limited to 'docs/maintainers/vcpkg_from_github.md')
| -rw-r--r-- | docs/maintainers/vcpkg_from_github.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/vcpkg_from_github.md b/docs/maintainers/vcpkg_from_github.md index 27d03008f..52ef5cbd9 100644 --- a/docs/maintainers/vcpkg_from_github.md +++ b/docs/maintainers/vcpkg_from_github.md @@ -38,7 +38,7 @@ If `REF` is specified, `SHA512` must also be specified. ### SHA512 The SHA512 hash that should match the archive (https://github.com/${REPO}/archive/${REF}.tar.gz). -This is most easily determined by first setting it to `1`, then trying to build the port. The error message will contain the full hash, which can be copied back into the portfile. +This is most easily determined by first setting it to `0`, then trying to build the port. The error message will contain the full hash, which can be copied back into the portfile. ### HEAD_REF The unstable git commit-ish (ideally a branch) to pull for `--head` builds. |
