homebrew-cask/Casks/anonvpn.rb

19 lines
718 B
Ruby
Raw Normal View History

2016-01-04 08:21:19 +08:00
cask 'anonvpn' do
2016-07-16 11:21:43 +08:00
version '1.0.5.5'
sha256 '76dfb3f3f62eb6a0739b1d4350ee20bcbd81fca5821fdaf35cfd57b3032817e2'
2016-01-04 08:21:19 +08:00
2016-07-16 11:21:43 +08:00
url "https://anonvpn.io/updater/AnonVPN-MacOSX-10.7-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://api.anonvpn.io/updater/appcast.rss'
2016-01-04 08:21:19 +08:00
name 'AnonVPN'
homepage 'https://anonvpn.io/'
app 'AnonVPN.app'
2017-11-18 17:35:03 +08:00
zap trash: [
'~/Library/Application Support/AnonVPN',
'~/Library/Application Support/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.proxpn.macos.anonvpn.sfl*',
'~/Library/Caches/com.proxpn.macos.AnonVPN',
'~/Library/Preferences/com.proxpn.macos.AnonVPN.plist',
]
2016-01-04 08:21:19 +08:00
end