Merge pull request #20218 from Homebrew/migrate-semeru-jdk
[Homebrew/homebrew-cask-versions.git] / Casks / alfred3.rb
blob75a6183ed7df5fe345bf31455ba8fdb533bd22fb
1 cask "alfred3" do
2   version "3.8.6_972"
3   sha256 "20b111cbd22fb57f8a1d11348e12b55f9725c8eca6517790b1df8e2cd9c9a9b8"
5   url "https://cachefly.alfredapp.com/Alfred_#{version}.dmg"
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 #{version.major}.app"
16   uninstall quit: "com.runningwithcrayons.Alfred-#{version.major}"
18   zap trash: [
19     "~/Library/Application Support/Alfred #{version.major}",
20     "~/Library/Caches/com.runningwithcrayons.Alfred-#{version.major}",
21     "~/Library/Preferences/com.runningwithcrayons.Alfred-#{version.major}.plist",
22     "~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-#{version.major}.plist",
23     "~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences-#{version.major}.savedState",
24   ]
25 end