homebrew-cask/Casks/folx.rb

26 lines
914 B
Ruby

cask 'folx' do
version '5.15.13938'
sha256 'ceb0d3784e57f82ebf4110f2021be1fb9feec45555350cf622f2c27f3cce6650'
url 'https://cdn.eltima.com/download/downloader_mac.dmg'
appcast 'https://cdn.eltima.com/download/folx-updater/folx.xml',
configuration: version.major_minor
name 'Folx'
homepage 'https://mac.eltima.com/download-manager.html'
auto_updates true
app 'Folx.app'
zap trash: [
'~/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