diff --git a/Casks/hubic.rb b/Casks/hubic.rb index 9acaf4f97d6..e31394bee35 100644 --- a/Casks/hubic.rb +++ b/Casks/hubic.rb @@ -3,7 +3,7 @@ cask 'hubic' do sha256 'd6987dcb1ff767a96cf0790724b945e9ede22029e56b2d58179dcbfefb660a99' # ovh.net is the official download host per the vendor homepage - url "http://mir7.ovh.net/ovh-applications/hubic/hubiC-OSX/#{version.sub(%r{\.\d+$},'')}/hubiC-OSX-#{version}-osx.pkg" + url "http://mir7.ovh.net/ovh-applications/hubic/hubiC-OSX/#{version.sub(%r{\.\d+$}, '')}/hubiC-OSX-#{version}-osx.pkg" name 'hubiC' homepage 'https://hubic.com' license :gratis @@ -13,9 +13,9 @@ cask 'hubic' do uninstall :pkgutil => 'com.ovh.hubicmac' zap :delete => [ - '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicfinderplugin.sfl', - '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicmac.sfl', - '~/Library/Caches/com.ovh.hubicmac', - '~/Library/Cookies/com.ovh.hubicmac.binarycookies' - ] + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicfinderplugin.sfl', + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicmac.sfl', + '~/Library/Caches/com.ovh.hubicmac', + '~/Library/Cookies/com.ovh.hubicmac.binarycookies', + ] end