homebrew-cask/Casks/silentknight.rb

22 lines
1.0 KiB
Ruby

cask "silentknight" do
version "1.15,2020.11"
sha256 "cfab760bd693713d7f38aaac20809fe0327b41de799c94614595d88c05d6393c"
url "https://eclecticlightdotcom.files.wordpress.com/#{version.after_comma.major}/#{version.after_comma.minor}/silentknight#{version.before_comma.no_dots}.zip",
verified: "eclecticlightdotcom.files.wordpress.com/"
appcast "https://www.macupdater.net/cgi-bin/extract_text/extract_text_split_easy.cgi?url=https://raw.githubusercontent.com/hoakleyelc/updates/master/eclecticapps.plist&splitter_1=SilentKnight&index_1=1&splitter_2=Version&index_2=1&splitter_3=dict&index_3=0"
name "SilentKnight"
desc "Automatically checks computer's security"
homepage "https://eclecticlight.co/lockrattler-systhist/"
depends_on macos: ">= :el_capitan"
app "silentknight#{version.before_comma.no_dots}/SilentKnight.app"
zap trash: [
"~/Library/Caches/co.eclecticlight.SilentKnight",
"~/Library/Preferences/co.eclecticlight.SilentKnight.plist",
"~/Library/Saved Application State/co.eclecticlight.SilentKnight.savedState",
]
end