From 5fedb06a417625ab612f718ad2aabcbc3cfdef8d Mon Sep 17 00:00:00 2001 From: Anne Celestino Date: Sun, 24 May 2015 12:07:42 -0500 Subject: [PATCH] Fixed parallels8 cask - parallels8 fails on brew cask audit due to URL - the URL has single quotes originally, changed to double quotes --- Casks/parallels8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/parallels8.rb b/Casks/parallels8.rb index b9da05fe2..78150544f 100644 --- a/Casks/parallels8.rb +++ b/Casks/parallels8.rb @@ -2,7 +2,7 @@ cask :v1 => 'parallels8' do version '8.0.18619.1001606' sha256 '5b87b2c240e71176cad5097ed7f1928598c9e001da4ad1d8a4516708908c4305' - url 'http://download.parallels.com/desktop/v8/update3.hotfix1/ParallelsDesktop-#{version}.dmg' + url "http://download.parallels.com/desktop/v8/update3.hotfix1/ParallelsDesktop-#{version}.dmg" homepage 'http://kb.parallels.com/en/114623' license :closed