homebrew-cask/Casks/path-finder.rb

19 lines
497 B
Ruby

cask 'path-finder' do
version '9.0.5'
sha256 'ce66c0c469a9af7003db87767192d114a02175e7553a6e7dc4ad55eb500dbfeb'
url "https://get.cocoatech.com/PF#{version.major}.dmg"
appcast 'https://get.cocoatech.com/releasecast.xml'
name 'Path Finder'
homepage 'https://cocoatech.com/'
auto_updates true
app 'Path Finder.app'
zap trash: [
'~/Library/Preferences/com.cocoatech.PathFinder.plist',
'~/Library/Application Support/Path Finder',
]
end