homebrew-cask/Casks/kext-drop.rb

13 lines
391 B
Ruby

cask :v1 => 'kext-drop' do
version :latest
sha256 :no_check
url 'http://www.groths.org/kextdrop/KextDrop.dmg'
appcast 'http://groths.org/kextdrop/updates/update.xml'
name 'Kext Drop'
homepage 'http://www.groths.org/software/kextdrop/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Kext Drop.app'
end