From e53c365b9ae91324a30f87449711e32d7b2c2285 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Thu, 3 Dec 2020 09:56:46 +0800 Subject: [PATCH] all_stanzas.md: updates for deprecated commands (#94145) --- doc/cask_language_reference/all_stanzas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cask_language_reference/all_stanzas.md b/doc/cask_language_reference/all_stanzas.md index 90ed6f8e721..21dea3186ed 100644 --- a/doc/cask_language_reference/all_stanzas.md +++ b/doc/cask_language_reference/all_stanzas.md @@ -10,8 +10,8 @@ Each of the following stanzas is required for every Cask. | `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. -| `desc` | no | One-line description of the Cask. Shows when running `brew cask info`.
See [Desc Stanza Details](stanzas/desc.md) for more information. -| `homepage` | no | Application homepage; used for the `brew cask home` command. +| `desc` | no | One-line description of the Cask. Shows when running `brew info`.
See [Desc Stanza Details](stanzas/desc.md) for more information. +| `homepage` | no | Application homepage; used for the `brew home` command. ## At Least One Artifact Stanza Is Also Required