Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / app-tamer.rb
blobc4b2e19828aa2ea8352569425052ccc35a1346fc
1 cask "app-tamer" do
2   version "2.8.4"
3   sha256 "1f371c349fd30af106469a3ce21fc09070fc740725a1096bce9533bda10a1424"
5   url "https://www.stclairsoft.com/download/AppTamer-#{version}.dmg"
6   name "AppTamer"
7   desc "CPU management application"
8   homepage "https://www.stclairsoft.com/AppTamer/"
10   livecheck do
11     url "https://www.stclairsoft.com/cgi-bin/sparkle.cgi?AT"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :high_sierra"
18   app "App Tamer.app"
20   uninstall delete: [
21     "/Library/LaunchDaemons/com.stclairsoft.AppTamerAgent.plist",
22     "/Library/PrivilegedHelperTools/com.stclairsoft.AppTamerAgent",
23   ]
25   zap trash: [
26     "~/Library/Application Support/.com.stclairsoft.data",
27     "~/Library/Caches/com.stclairsoft.AppTamer",
28     "~/Library/HTTPStorages/com.stclairsoft.AppTamer",
29     "~/Library/Preferences/com.stclairsoft.AppTamer.plist",
30   ]
31 end