homebrew-cask/Casks/folx.rb

26 lines
987 B
Ruby

cask 'folx' do
version '5.1.13668'
sha256 '42ec92a90c1b0760f1e8ef6f616bba3e5229a4a7369c78d62e748ecf9940aeb8'
url "http://www.eltima.com/download/folx-update/downloader_mac_#{version}.dmg"
appcast 'http://mac.eltima.com/download/folx-updater/folx.xml',
checkpoint: '919ccbc8444a79aecd90144bebe6c657c4f4385342532da78d33c1eafcc201c2'
name 'Folx'
homepage 'http://mac.eltima.com/download-manager.html'
auto_updates true
app 'Folx.app'
zap delete: [
'~/Library/Application Support/Eltima Software/Folx3',
'~/Library/Caches/com.eltima.Folx3',
'~/Library/Internet Plug-Ins/Folx3Plugin.plugin',
'~/Library/Logs/Folx.log',
'~/Library/Logs/Folx3.log',
'~/Library/Preferences/com.eltima.Folx3.plist',
'~/Library/Preferences/com.eltima.FolxAgent.plist',
'~/Library/Saved Application State/com.eltima.Folx3.savedState',
]
end