From 1fac0e04dee59bf171d333844384369ab2a4c67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 11 Dec 2020 02:01:58 +0000 Subject: [PATCH] all_stanzas.md: remove mention to :latest (#95209) --- doc/cask_language_reference/all_stanzas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.