cask "whatsize" do version "8.2.2" sha256 "e350424f7e8be6e47ee7eb83ce7f90e1d998c7d02ad4b977ba02b060d2f6e15a" url "https://www.whatsizemac.com/software/whatsize#{version.major}/whatsize_#{version}.pkg" name "WhatSize" desc "File system utility used to view and reclaim disk space" homepage "https://www.whatsizemac.com/" livecheck do url "https://www.whatsizemac.com/software/whatsize#{version.major}/release/notes.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :high_sierra" pkg "whatsize_#{version}.pkg" uninstall launchctl: "com.id-design.v#{version.major}.whatsizehelper", pkgutil: "com.id-design.v#{version.major}.whatsize.pkg" zap trash: [ "~/Library/Application Support/WhatSize", "~/Library/Caches/com.id-design.v#{version.major}.whatsize", "~/Library/HTTPStorages/com.id-design.v#{version.major}.whatsize", "~/Library/Logs/WhatSize", "~/Library/Preferences/com.id-design.v#{version.major}.whatsize.plist", "~/Library/Saved Application State/com.id-design.v#{version.major}.whatsize.savedState", "~/Library/WebKit/com.id-design.v#{version.major}.whatsize", ] end