homebrew-cask/Casks/path-finder.rb

19 lines
497 B
Ruby

cask 'path-finder' do
version '9.3.5'
sha256 'bfd62b2bc0f0bd247828125c881030773e1e9d869a07ab19f0344d2b34df4ab0'
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