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'
sha256 'a71e30cf59bbbb0ef95f5ce8099ac3f758cab8b9bc3d8727596df4a635efeb5b'
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