checksum_does_not_match_error_fix_outdated.md: fix subpoint indentation

This commit is contained in:
Vítor Galvão
2018-08-06 18:46:56 +01:00
committed by GitHub
parent 900e9b771e
commit 111ce41c3d
@@ -3,7 +3,7 @@
Let's bring the cask up to date. Itll likely need a new version, but its possible the version has remained the same (happens occasionally when the vendor updates the app in place).
1. Go to the vendors website (`brew cask home {{cask_name}}`).
* Alternatively, if it has an `appcast`, read that (`curl "$(brew cask _stanza appcast {{cask_name}})"`).
* Alternatively, if it has an `appcast`, read that (`curl "$(brew cask _stanza appcast {{cask_name}})"`).
2. Find out what the latest version is. It will likely 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 the apps version is `latest`, it means the `url` itself is outdated. It will need to be changed to the new one.