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.3beta03,4870'
|
|
sha256 '417a53255d7ed3585f7120375a150eb8cc9d33469b013b4b45ece0f8a3d4c957'
|
|
|
|
# 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: 'fa0cf73f0984b02830586bbca61531b55cfbe2faaf0a933443475eb38aee3782'
|
|
name 'Tunnelblick'
|
|
homepage 'https://tunnelblick.net/'
|
|
|
|
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 delete: [
|
|
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/net.tunnelblick.tunnelblick.help',
|
|
'~/Library/Caches/net.tunnelblick.tunnelblick',
|
|
],
|
|
trash: [
|
|
'/Library/Application Support/Tunnelblick',
|
|
'~/Library/Application Support/Tunnelblick',
|
|
'~/Library/Preferences/net.tunnelblick.tunnelblick.plist',
|
|
]
|
|
|
|
caveats <<-EOS.undent
|
|
For security reasons, #{token} must be installed to /Applications,
|
|
and will request to be moved at launch.
|
|
EOS
|
|
end
|
|
|