Add authoxy v3.6

This commit is contained in:
indieisaconcept 2014-03-02 03:46:05 +11:00
parent a64be9e941
commit da1d8e21d0
1 changed files with 15 additions and 0 deletions

15
Casks/authoxy.rb Normal file
View File

@ -0,0 +1,15 @@
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(
:files => %w[
/Library/PreferencePanes/Authoxy.prefPane
/Applications/startAuthoxy
~/Library/Preferences/net.hrsoftworks.AuthoxyPref.plist
/tmp/authoxyd.pid
]
)
end