ipvanish-vpn: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:27:16 +01:00
parent 21a2faeba4
commit 9a282e5412
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'ipvanish-vpn' do
version '3.1.0_b15007'
sha256 '085d7fb077951656c3d7e3e2247c32f32244adb2fc735ef48473cc1c19d128b1'
cask "ipvanish-vpn" do
version "3.1.0_b15007"
sha256 "085d7fb077951656c3d7e3e2247c32f32244adb2fc735ef48473cc1c19d128b1"
url "https://www.ipvanish.com/software/osx/IPVanish_v#{version}.zip"
appcast 'https://www.ipvanish.com/software/osx/updates.xml'
name 'IPVanish'
homepage 'https://www.ipvanish.com/'
appcast "https://www.ipvanish.com/software/osx/updates.xml"
name "IPVanish"
homepage "https://www.ipvanish.com/"
app 'IPVanish VPN.app'
app "IPVanish VPN.app"
end