homebrew-cask/Casks/folx.rb

26 lines
987 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'folx' do
2016-11-09 08:08:39 +08:00
version '5.1.13631'
sha256 '5aa58dfb656cd993446611cbb6d06d3f3b2c98233a626e05c89e3ac404ac4815'
2015-08-09 07:53:20 +08:00
url "http://www.eltima.com/download/folx-update/downloader_mac_#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'http://mac.eltima.com/download/folx-updater/folx.xml',
2016-11-09 08:08:39 +08:00
checkpoint: '9fe61d7c8eaece50c492b68cc0504912e560670dcb5ad39e954bd6d2a5c4d3e5'
2015-03-30 00:25:02 +08:00
name 'Folx'
homepage 'http://mac.eltima.com/download-manager.html'
auto_updates true
2015-01-29 17:19:15 +08:00
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',
]
2013-10-12 17:04:25 +08:00
end