homebrew-cask/Casks/privatetunnel.rb

14 lines
371 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'privatetunnel' do
2015-08-24 03:28:39 +08:00
version '2.5'
sha256 '9bd6f9cbba603ed41663228c6d00d31fce656b941a6c139a7dbcae40c822528b'
url "https://swupdate.openvpn.org/privatetunnel/client/privatetunnel-mac-#{version}.dmg"
name 'Private Tunnel'
homepage 'https://www.privatetunnel.com'
license :gratis
pkg 'PrivateTunnel.mpkg'
uninstall :script => 'Uninstaller.command'
end