changed deprecated brew cask command (#105557)

This commit is contained in:
Maciej Wilk
2021-05-12 08:26:32 +08:00
committed by GitHub
parent f74e7fcce3
commit 3bea22e76f
@@ -4,6 +4,6 @@ If the problem persists, the cask must be outdated. Itll likely need a new ve
1. Go to the vendors website (`brew home <cask_name>`).
2. Find out what the latest version is. It may be expressed in the URL used to download it.
3. Take a look at the casks version (`brew cask _stanza version <cask_name>`) and verify it is indeed outdated. If it is:
3. Take a look at the casks version (`brew info <cask_name>`) and verify it is indeed outdated. If it is:
Help us by [submitting a fix](https://github.com/Homebrew/homebrew-cask/blob/HEAD/CONTRIBUTING.md#updating-a-cask). If you get stumped, [open an issue](https://github.com/Homebrew/homebrew-cask/issues/new?template=01_bug_report.md) explaining your steps so far and where youre having trouble.