Added Private Eye.

This commit is contained in:
Lucas Garron
2014-02-05 06:41:25 -08:00
parent f86907849a
commit 52fc9fd035
+9
View File
@@ -0,0 +1,9 @@
class PrivateEye < Cask
url 'http://radiosilenceapp.com/downloads/Private%20Eye.pkg'
homepage 'http://radiosilenceapp.com/private-eye'
version 'latest'
no_checksum
install 'Private Eye.pkg'
# We have to try unloading the kext twice to work around a bug. See https://github.com/phinze/homebrew-cask/pull/1802#issuecomment-34171151
uninstall :kext => ['com.radiosilenceapp.nke.PrivateEye', 'com.radiosilenceapp.nke.PrivateEye'], :pkgutil => 'com.radiosilenceapp.privateEye.*'
end