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

20 lines
802 B
Ruby

cask "a-better-finder-attributes" do
version "7.06"
sha256 "3daefbd08953b9791de724eb68eb6ff7b100fac0fa2f911a3a984844630df6ce"
url "https://www.publicspace.net/download/signedABFA#{version.major}.zip"
appcast "https://www.publicspace.net/app/signed_abfa#{version.major}.xml"
name "A Better Finder Attributes"
desc "File and photo tweaking tool"
homepage "https://www.publicspace.net/ABetterFinderAttributes/"
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