excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / k / kext-updater.rb
blob1559cbc2c80332af87a899f14a8887387375b4df
1 cask "kext-updater" do
2   version "5.0.3"
3   sha256 :no_check
5   url "https://update.kextupdater.de/kextupdater/kextupdaterng.zip"
6   name "Kext Updater"
7   desc "Automatic updater for kernel extensions required by Hackintoshes"
8   homepage "https://kextupdater.de/"
10   livecheck do
11     url "https://update.kextupdater.de/kextupdater/appcastng.xml"
12     strategy :sparkle, &:short_version
13   end
15   app "Kext Updater.app"
17   zap trash: [
18     "~/Library/Caches/kextupdater.slsoft.de",
19     "~/Library/Preferences/kextupdater.slsoft.de.plist",
20     "~/Library/Preferences/kextupdaterhelper.slsoft.de.plist",
21     "~/Library/Saved Application State/kextupdater.slsoft.de.savedState",
22   ]
23 end