homebrew-cask-versions/Casks/little-snitch.rb
Amory Meltzer c72a13bc56 Update little-snitch license from unknown to commercial
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.
2015-01-23 17:53:12 -08:00

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