Update comment for URL & homepage mismatch (#23217)

Updated comment explaining why URL and homepage domains don't match, as per https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/url.md#when-url-and-homepage-hostnames-differ-add-a-comment (previous code was failing checks)
This commit is contained in:
anthonyangel 2016-07-28 10:59:32 +01:00 committed by Vítor Galvão
parent 7226239f08
commit 245cec9dd7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ cask 'gateblu' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
# s3-us-west-2.amazonaws.com/gateblu was verified as official when first introduced to the cask
url 'https://s3-us-west-2.amazonaws.com/gateblu/gateblu-ui/latest/Gateblu.dmg'
name 'Gateblu'
homepage 'https://gateblu.octoblu.com'