cask 'karabiner-elements' do version '11.2.0' sha256 'd2923653e746543b582bedc1903e49cddc0814cb919e90245a52eb164d346399' url "https://pqrs.org/osx/karabiner/files/Karabiner-Elements-#{version}.dmg" appcast 'https://pqrs.org/osx/karabiner/files/karabiner-elements-appcast.xml', checkpoint: '8d0488cce5c3055d50450559519835ebefd9f8239ec4ad2d1bd27f649587a2c3' name 'Karabiner Elements' homepage 'https://pqrs.org/osx/karabiner/' auto_updates true pkg 'Karabiner-Elements.sparkle_guided.pkg' uninstall quit: 'org.pqrs.Karabiner-Elements', pkgutil: 'org.pqrs.Karabiner-Elements', script: { executable: '/Library/Application Support/org.pqrs/Karabiner-Elements/uninstall.sh', sudo: true, } zap delete: [ '~/Library/Application Support/Karabiner-Elements', '~/.karabiner.d', '~/.config/karabiner', '~/Library/Preferences/org.pqrs.Karabiner-Elements-Updater.plist', '~/Library/Caches/org.pqrs.Karabiner-Elements-Updater', ] end