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

19 lines
795 B
Ruby

cask 'a-better-finder-attributes' do
version '6.09'
sha256 '95a0fb43e5e2a7bc5f2741c992f1323ab5b1aeaf76dbbf1edcb9d06533d29356'
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