homebrew-cask-versions/Casks/authoxy.rb
Roland Walker 3b39c37fd1 update authoxy to use :pkgutil uninstall
could not duplicate permissions issues mentioned in #3325.
2014-03-03 09:13:52 -05:00

12 lines
499 B
Ruby

class Authoxy < Cask
url 'http://www.hrsoftworks.net/downloads/Authoxy3.6.dmg'
homepage 'http://www.hrsoftworks.net'
version '3.6'
sha256 '921720e5bd1d7cd9f08e29bee928ea667662ba704f59340280194c8b4649b632'
install 'Authoxy (double click me).pkg'
uninstall :pkgutil => 'net.hrsoftworks.authoxy.*',
:files => [
"#{ENV['HOME']}/Library/Preferences/net.hrsoftworks.AuthoxyPref.plist",
'/tmp/authoxyd.pid',
]
end