homebrew-cask/Casks/kext-wizard.rb

12 lines
328 B
Ruby
Raw Normal View History

2013-12-07 11:50:51 +08:00
class KextWizard < Cask
2014-09-17 19:42:50 +08:00
version :latest
sha256 :no_check
url 'http://wizards.osxlatitude.com/kext/kw.zip'
appcast 'http://wizards.osxlatitude.com/kext/update.xml'
2013-12-07 11:50:51 +08:00
homepage 'http://www.insanelymac.com/forum/topic/253395-kext-wizard-easy-to-use-kext-installer-and-more/'
2014-10-01 23:33:11 +08:00
license :unknown
2014-09-16 00:05:48 +08:00
app 'Kext Wizard.app'
2013-12-07 11:50:51 +08:00
end