Rename KeyRemap4MacBook to Karabiner

This commit is contained in:
Rayne Beridon 2014-07-09 22:28:06 -07:00
parent ba8e2b4b59
commit 4f3897e07b
2 changed files with 11 additions and 13 deletions

11
Casks/karabiner.rb Normal file
View File

@ -0,0 +1,11 @@
class Karabiner < Cask
url 'https://pqrs.org/osx/karabiner/files/Karabiner-10.0.0.dmg'
homepage 'https://pqrs.org/osx/karabiner/'
version '10.0.0'
sha256 'a280865dd22c5c230da7aaaae96212b74f0c06fbc39c19e1270efae8191de555'
install 'Karabiner.pkg'
uninstall :quit => 'org.pqrs.Karabiner',
:pkgutil => 'org.pqrs.driver.Karabiner',
:kext => 'org.pqrs.driver.Karabiner',
:launchctl => 'org.pqrs.Karabiner.server'
end

View File

@ -1,13 +0,0 @@
class Keyremap4macbook < Cask
version '9.3.0'
sha256 'eec41ff544859e570b195726404b34e6c6280a0022b4c8ae09c0c9eeeb871b18'
url 'https://pqrs.org/macosx/keyremap4macbook/files/KeyRemap4MacBook-9.3.0.dmg'
homepage 'https://pqrs.org/macosx/keyremap4macbook/'
install 'KeyRemap4MacBook.pkg'
uninstall :quit => 'org.pqrs.KeyRemap4MacBook',
:pkgutil => 'org.pqrs.driver.KeyRemap4MacBook',
:kext => 'org.pqrs.driver.KeyRemap4MacBook',
:launchctl => 'org.pqrs.KeyRemap4MacBook.server'
end