From 111ce41c3dd12ed10e0d3d11d21ff877bfd5d01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 6 Aug 2018 18:46:56 +0100 Subject: [PATCH] checksum_does_not_match_error_fix_outdated.md: fix subpoint indentation --- .../checksum_does_not_match_error_fix_outdated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reporting_bugs/checksum_does_not_match_error_fix_outdated.md b/doc/reporting_bugs/checksum_does_not_match_error_fix_outdated.md index db2c9472ca..d647dd5820 100644 --- a/doc/reporting_bugs/checksum_does_not_match_error_fix_outdated.md +++ b/doc/reporting_bugs/checksum_does_not_match_error_fix_outdated.md @@ -3,7 +3,7 @@ Let's bring the cask up to date. It’ll likely need a new version, but it’s possible the version has remained the same (happens occasionally when the vendor updates the app in place). 1. Go to the vendor’s 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 cask’s version (`brew cask _stanza version {{cask_name}}`) and verify it is indeed outdated. * If the app’s version is `latest`, it means the `url` itself is outdated. It will need to be changed to the new one.