homebrew-cask/Casks/kext-updater.rb

19 lines
658 B
Ruby

cask 'kext-updater' do
version '3.5.6'
sha256 'a7e478daadd2673705c9dcce8871f354187b2c798b2675fef8191926d0622b23'
url 'https://update.kextupdater.de/kextupdater/kextupdaterng.zip'
appcast 'https://update.kextupdater.de/kextupdater/appcastng.xml'
name 'Kext Updater'
homepage 'https://kextupdater.de/'
app 'Kext Updater.app'
zap trash: [
'~/Library/Caches/kextupdater.slsoft.de',
'~/Library/Preferences/kextupdater.slsoft.de.plist',
'~/Library/Preferences/kextupdaterhelper.slsoft.de.plist',
'~/Library/Saved Application State/kextupdater.slsoft.de.savedState',
]
end