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

19 lines
795 B
Ruby

cask 'a-better-finder-attributes' do
version '6.12'
sha256 '303028512e05fdaa6d5103d17b70eea3758751f4ddbe3762e6d3417b317f1b1f'
url 'http://www.publicspace.net/download/ABFAX.dmg'
appcast "http://www.publicspace.net/app/signed_abfa#{version.major}.xml"
name 'A Better Finder Attributes'
homepage 'http://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