homebrew-cask-versions/Casks/pckeyboardhack.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

10 lines
476 B
Ruby

class Pckeyboardhack < Cask
url 'https://pqrs.org/macosx/keyremap4macbook/files/PCKeyboardHack-10.5.0.dmg'
homepage 'https://pqrs.org/macosx/keyremap4macbook/pckeyboardhack.html.en'
version '10.5.0'
sha256 '68432c0ad039bcd5e4ae61401e897acaa68ddefc6e2b874204d2adc95640bfc9'
install 'PCKeyboardHack.pkg'
uninstall :quit => 'org.pqrs.PCKeyboardHack',
:kext => 'org.pqrs.driver.PCKeyboardHack',
:pkgutil => 'org.pqrs.driver.PCKeyboardHack'
end