homebrew-cask/Casks/privatetunnel.rb

15 lines
465 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'privatetunnel' do
2016-04-23 20:06:28 +08:00
version '2.6'
2016-05-23 15:49:48 +08:00
sha256 '8a294d0bff57e0b5df41d613e1104a6f39483f3440dccd080022249f0b698460'
2015-08-24 03:28:39 +08:00
2016-04-23 21:36:41 +08:00
# swupdate.openvpn.org/privatetunnel was verified as official when first introduced to the cask
2015-08-24 03:28:39 +08:00
url "https://swupdate.openvpn.org/privatetunnel/client/privatetunnel-mac-#{version}.dmg"
name 'Private Tunnel'
homepage 'https://www.privatetunnel.com'
license :gratis
2016-04-23 21:36:41 +08:00
pkg 'PrivateTunnel.pkg'
2015-08-24 03:28:39 +08:00
uninstall script: 'Uninstaller.command'
2015-08-24 03:28:39 +08:00
end