Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / u / ubar.rb
blob0bec91b600a4b190617c7afa700b8e295f2372f0
1 cask "ubar" do
2   version "4.2.2,422"
3   sha256 "5c7e30c33761430b034f56d91f1d1e280ad0672cff9601917a214a5702b09319"
5   url "https://www.brawersoftware.com/downloads/ubar/ubar#{version.csv.second}.zip"
6   name "uBar"
7   desc "Window manager and productivity tool"
8   homepage "https://brawersoftware.com/products/ubar"
10   livecheck do
11     url "https://brawersoftware.com/appcasts/feeds/ubar/ubar#{version.major}.xml"
12     strategy :sparkle
13   end
15   depends_on macos: ">= :high_sierra"
17   app "uBar.app"
19   zap trash: [
20     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/ca.brawer.ubar.sfl*",
21     "~/Library/Application Support/uBar",
22     "~/Library/Caches/ca.brawer.uBar",
23     "~/Library/HTTPStorages/ca.brawer.uBar",
24     "~/Library/Preferences/ca.brawer.uBar.plist",
25     "~/Library/WebKit/ca.brawer.uBar",
26   ]
27 end