diff --git a/doc/cask_language_reference/all_stanzas.md b/doc/cask_language_reference/all_stanzas.md index 21dea3186e..598864a4b6 100644 --- a/doc/cask_language_reference/all_stanzas.md +++ b/doc/cask_language_reference/all_stanzas.md @@ -6,7 +6,7 @@ Each of the following stanzas is required for every Cask. | name | multiple occurrences allowed? | value | | ---------- |------------------------------ | ------------------------------- | -| `version` | no | Application version; set the value to `:latest` if versioned downloads are not offered.
See [Version Stanza Details](stanzas/version.md) for more information. +| `version` | no | Application version.
See [Version Stanza Details](stanzas/version.md) for more information. | `sha256` | no | SHA-256 checksum of the file downloaded from `url`, calculated by the command `shasum -a 256 `. Can be suppressed by using the special value `:no_check`.
See [Checksum Stanza Details](stanzas/sha256.md) for more information. | `url` | no | URL to the `.dmg`/`.zip`/`.tgz`/`.tbz2` file that contains the application.
A [comment](stanzas/url.md#when-url-and-homepage-hostnames-differ-add-a-comment) should be added if the hostnames in the `url` and `homepage` stanzas differ. Block syntax should be used for URLs that change on every visit.
See [URL Stanza Details](stanzas/url.md) for more information. | `name` | yes | String providing the full and proper name defined by the vendor.
See [Name Stanza Details](stanzas/name.md) for more information.