Add ExpressVPN.app v4.0.1

This commit is contained in:
Paul Breslin 2015-02-21 23:25:55 +00:00 committed by Roland Walker
parent cbd5f36b76
commit 8d08864a75
1 changed files with 16 additions and 0 deletions

16
Casks/expressvpn.rb Normal file
View File

@ -0,0 +1,16 @@
cask :v1 => 'expressvpn' do
version '4.0.1.288'
sha256 '720f03e3c64e3d84a18f92e5055eadb7df6dd75feee831330be50802a836bc16'
url "https://www.expressvpn.com/4568726248/mac/expressvpn-install_v#{version}.pkg"
name 'ExpressVPN'
homepage 'https://www.expressvpn.com'
license :commercial
pkg "expressvpn-install_v#{version}.pkg"
uninstall :pkgutil => 'com.expressvpn.ExpressVPN',
:quit => 'com.expressvpn.ExpressVPN'
depends_on :macos => '>= :yosemite'
end