Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / w / whatsize.rb
blobd476bc509bf92434d2db607770fe63f2c6f35c19
1 cask "whatsize" do
2   version "8.1.8"
3   sha256 "cb80a2c5185debbb70d4faf8c6fe8c2099b4eb7b9aea43be470552f4062c585e"
5   url "https://www.whatsizemac.com/software/whatsize#{version.major}/whatsize_#{version}.pkg"
6   name "WhatSize"
7   desc "File system utility used to view and reclaim disk space"
8   homepage "https://www.whatsizemac.com/"
10   livecheck do
11     url "https://www.whatsizemac.com/software/whatsize#{version.major}/release/notes.xml"
12     strategy :sparkle, &:short_version
13   end
15   depends_on macos: ">= :high_sierra"
17   pkg "whatsize_#{version}.pkg"
19   uninstall launchctl: "com.id-design.v#{version.major}.whatsizehelper",
20             pkgutil:   "com.id-design.v#{version.major}.whatsize.pkg"
22   zap trash: [
23     "~/Library/Application Support/WhatSize",
24     "~/Library/Caches/com.id-design.v#{version.major}.whatsize",
25     "~/Library/HTTPStorages/com.id-design.v#{version.major}.whatsize",
26     "~/Library/Logs/WhatSize.log",
27     "~/Library/Preferences/com.id-design.v#{version.major}.whatsize.plist",
28     "~/Library/Saved Application State/com.id-design.v#{version.major}.whatsize.savedState",
29   ]
30 end