homebrew-cask/Casks/privatetunnel.rb

15 lines
465 B
Ruby

cask 'privatetunnel' do
version '2.6'
sha256 'a71e30cf59bbbb0ef95f5ce8099ac3f758cab8b9bc3d8727596df4a635efeb5b'
# swupdate.openvpn.org/privatetunnel was verified as official when first introduced to the cask
url "https://swupdate.openvpn.org/privatetunnel/client/privatetunnel-mac-#{version}.dmg"
name 'Private Tunnel'
homepage 'https://www.privatetunnel.com'
license :gratis
pkg 'PrivateTunnel.pkg'
uninstall script: 'Uninstaller.command'
end