Update karabiner-elements to 11.3.0 (#40650)

* Update karabiner-elements to 11.3.0

* uninstall
This commit is contained in:
Zach Adams 2017-11-12 22:55:01 -07:00 committed by commitay
parent bf5d505e1a
commit 0da26387ee
1 changed files with 9 additions and 5 deletions

View File

@ -1,10 +1,10 @@
cask 'karabiner-elements' do
version '11.2.0'
sha256 'd2923653e746543b582bedc1903e49cddc0814cb919e90245a52eb164d346399'
version '11.3.0'
sha256 'd9b4cc01775faa2925090f44fa7b61e0a8aefee14f1eeb5d239ac58537c5c949'
url "https://pqrs.org/osx/karabiner/files/Karabiner-Elements-#{version}.dmg"
appcast 'https://pqrs.org/osx/karabiner/files/karabiner-elements-appcast.xml',
checkpoint: '8d0488cce5c3055d50450559519835ebefd9f8239ec4ad2d1bd27f649587a2c3'
checkpoint: '11524b8894d76c099b5689e5700ce79ca572b859b3e51b31c8bbf137403b97d7'
name 'Karabiner Elements'
homepage 'https://pqrs.org/osx/karabiner/'
@ -12,10 +12,14 @@ cask 'karabiner-elements' do
pkg 'Karabiner-Elements.sparkle_guided.pkg'
uninstall quit: 'org.pqrs.Karabiner-Elements',
uninstall signal: [
['TERM', 'org.pqrs.Karabiner-Elements'],
['TERM', 'karabiner_grabber'],
['TERM', 'karabiner_console_user_server'],
],
pkgutil: 'org.pqrs.Karabiner-Elements',
script: {
executable: '/Library/Application Support/org.pqrs/Karabiner-Elements/uninstall.sh',
executable: '/Library/Application Support/org.pqrs/Karabiner-Elements/uninstall_core.sh',
sudo: true,
}