Update LuLu from 1.2.2 to 1.2.3 (#74107)

This commit is contained in:
Florent Segouin 2019-12-12 13:59:54 +00:00 committed by Vítor Galvão
parent d5dc213661
commit 6b6b249c88
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
cask 'lulu' do
version '1.2.2'
sha256 '3c443bc2e847d7ff3ab12b3869b89ac6e87603496583e51e351ef68c4d123b78'
version '1.2.3'
sha256 '9c7bf4333af8dc7330614f2c9a389feac27334bc07f4b6039107b97eb476a3df'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/LuLu_#{version}.zip"
@ -11,13 +11,13 @@ cask 'lulu' do
depends_on macos: '>= :sierra'
installer script: {
executable: "#{staged_path}/Lulu.app/Contents/MacOS/LuLu Installer",
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
args: ['-install'],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/Lulu.app/Contents/MacOS/LuLu Installer",
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
args: ['-uninstall'],
sudo: true,
}
@ -28,6 +28,7 @@ cask 'lulu' do
'~/Library/Preferences/com.objective-see.lulu.plist',
'~/Library/Preferences/com.objective-see.lulu.helper.plist',
'/Library/LaunchDaemons/com.objective-see.lulu.plist',
'/Library/LaunchDaemons/com.objective-see.lulu.configHelper.plist',
'/Library/Logs/LuLu.log',
]