You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
cask 'tunnelblick-beta' do
|
|
version '3.7.5beta02,4930'
|
|
sha256 '353ff26a41e6d380891092e35d94d66b5c99e14ea6d6260219a72ee9339975ec'
|
|
|
|
# github.com/Tunnelblick/Tunnelblick/releases/download was verified as official when first introduced to the cask
|
|
url "https://github.com/Tunnelblick/Tunnelblick/releases/download/v#{version.before_comma}/Tunnelblick_#{version.before_comma}_build_#{version.after_comma}.dmg"
|
|
appcast 'https://github.com/Tunnelblick/Tunnelblick/releases.atom',
|
|
checkpoint: 'c9a34948008a7abf8f21434a36aa3b90e0b8e5735a3f2fe7cb94f08fab3e5470'
|
|
name 'Tunnelblick'
|
|
homepage 'https://www.tunnelblick.net/'
|
|
|
|
auto_updates true
|
|
|
|
app 'Tunnelblick.app'
|
|
|
|
uninstall_preflight do
|
|
set_ownership "#{appdir}/Tunnelblick.app"
|
|
end
|
|
|
|
uninstall launchctl: [
|
|
'net.tunnelblick.tunnelblick.LaunchAtLogin',
|
|
'net.tunnelblick.tunnelblick.tunnelblickd',
|
|
],
|
|
quit: 'net.tunnelblick.tunnelblick'
|
|
|
|
zap trash: [
|
|
'/Library/Application Support/Tunnelblick',
|
|
'~/Library/Application Support/Tunnelblick',
|
|
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/net.tunnelblick.tunnelblick.help*',
|
|
'~/Library/Caches/net.tunnelblick.tunnelblick',
|
|
'~/Library/Preferences/net.tunnelblick.tunnelblick.plist',
|
|
]
|
|
|
|
caveats <<~EOS
|
|
For security reasons, #{token} must be installed to /Applications,
|
|
and will request to be moved at launch.
|
|
EOS
|
|
end
|
|
|