homebrew-cask/Casks/kext-updater.rb

19 lines
658 B
Ruby

cask 'kext-updater' do
version '3.4.2'
sha256 'da1efd7a27e39582b074d6b6d127fc95b1479f7fd9251ed573ba554b832c894b'
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