homebrew-cask/Casks/folx.rb

26 lines
987 B
Ruby

cask 'folx' do
version '5.1.13631'
sha256 '5aa58dfb656cd993446611cbb6d06d3f3b2c98233a626e05c89e3ac404ac4815'
url "http://www.eltima.com/download/folx-update/downloader_mac_#{version}.dmg"
appcast 'http://mac.eltima.com/download/folx-updater/folx.xml',
checkpoint: '9fe61d7c8eaece50c492b68cc0504912e560670dcb5ad39e954bd6d2a5c4d3e5'
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