mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Quoted from http://www.obdev.at/products/littlesnitch/download.html: Little Snitch offers a free, built-in demo mode that provides the same protection and functionality as the full version. The demo runs for three hours, and it can be restarted as often as you like. The Network Monitor expires after 30 days.
18 lines
738 B
Ruby
18 lines
738 B
Ruby
cask :v1 => 'little-snitch' do
|
|
version '3.5.1'
|
|
sha256 'c743187a5bb8abd36d9d41cc95944b37f6d965f761319f2ffae6d55e8ce45050'
|
|
|
|
url "http://www.obdev.at/downloads/littlesnitch/LittleSnitch-#{version}.dmg"
|
|
name 'Little Snitch'
|
|
homepage 'http://www.obdev.at/products/littlesnitch/'
|
|
license :commercial
|
|
|
|
installer :manual => 'Little Snitch Installer.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Preferences/at.obdev.LittleSnitchNetworkMonitor.plist',
|
|
'~/Library/Application Support/Little Snitch/rules.usr.xpl',
|
|
'~/Library/Application Support/Little Snitch/configuration.xpl',
|
|
'~/Library/Application Support/Little Snitch/configuration.user.xpl',
|
|
]
|
|
end
|