Files
homebrew-cask/Casks/l/lockrattler.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

31 lines
1.1 KiB
Ruby

cask "lockrattler" do
version "4.37,2023.05"
sha256 "e0313e7116136d98201c01b09eefe3a221889579debe68457e88488bfa60b78e"
url "https://eclecticlightdotcom.files.wordpress.com/#{version.csv.second.major}/#{version.csv.second.minor}/lockrattler#{version.csv.first.no_dots}.zip",
verified: "eclecticlightdotcom.files.wordpress.com/"
name "Lock Rattler"
desc "Checks security systems and reports issues"
homepage "https://eclecticlight.co/"
livecheck do
url "https://raw.githubusercontent.com/hoakleyelc/updates/master/eclecticapps.plist"
regex(%r{/(\d+)/(\d+)/lockrattler(\d+)\.zip}i)
strategy :page_match do |page, regex|
page.scan(regex).map do |match|
"#{match[2].split("", 2).join(".")},#{match[0]}.#{match[1]}"
end
end
end
depends_on macos: ">= :el_capitan"
app "lockrattler#{version.csv.first.major}#{version.csv.first.minor}/LockRattler.app"
zap trash: [
"~/Library/Caches/co.eclecticlight.LockRattler",
"~/Library/Preferences/co.eclecticlight.LockRattler.plist",
"~/Library/Saved Application State/co.eclecticlight.LockRattler.savedState",
]
end