Merge pull request #20218 from Homebrew/migrate-semeru-jdk
[Homebrew/homebrew-cask-versions.git] / Casks / alfred2.rb
bloba65035e067135bd75cff81e1da9c46f7d44e39dd
1 cask "alfred2" do
2   version "2.9_446"
3   sha256 "26a99cc0b96a4acee02bbc162ee433d9f1b20518ba8acc9691564b2c3698ed6a"
5   url "https://cachefly.alfredapp.com/Alfred_#{version}.zip"
6   name "Alfred"
7   desc "Application launcher and productivity software"
8   homepage "https://www.alfredapp.com/"
10   deprecate! date: "2023-12-17", because: :discontinued
12   auto_updates true
14   app "Alfred 2.app"
16   uninstall quit: "com.runningwithcrayons.Alfred-2"
18   zap trash: [
19     "~/Library/Application Support/Alfred 2",
20     "~/Library/Caches/com.runningwithcrayons.Alfred-2",
21     "~/Library/Caches/com.runningwithcrayons.Alfred-Preferences",
22     "~/Library/Preferences/com.runningwithcrayons.Alfred-2.plist",
23     "~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences.plist",
24     "~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences.savedState",
25   ]
26 end