homebrew-cask/Casks/a-better-finder-attributes.rb

24 lines
844 B
Ruby

cask "a-better-finder-attributes" do
version "7.17"
sha256 "e53f3b827a3efb0269833c925b7e755458c544e540e088b9cf6198e878581191"
url "https://www.publicspace.net/download/signedABFA#{version.major}.zip"
name "A Better Finder Attributes"
desc "File and photo tweaking tool"
homepage "https://www.publicspace.net/ABetterFinderAttributes/"
livecheck do
url "https://www.publicspace.net/app/signed_abfa#{version.major}.xml"
strategy :sparkle
end
app "A Better Finder Attributes #{version.major}.app"
zap trash: [
"~/Library/Caches/net.publicspace.abfa#{version.major}",
"~/Library/Cookies/net.publicspace.abfa#{version.major}.binarycookies",
"~/Library/Preferences/net.publicspace.abfa#{version.major}.plist",
"~/Library/Saved Application State/net.publicspace.abfa#{version.major}.savedState",
]
end