homebrew-cask/Casks/folx.rb

26 lines
990 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'folx' do
2017-07-12 22:13:03 +08:00
version '5.2.1.13690'
sha256 'f00214b419756505410fefcf312c7d2fc2f81ed8e4ba134918c22232d23af1bd'
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',
2017-07-12 22:13:03 +08:00
checkpoint: '8b3c2be9b61ecc1c5b317750b803b3199649d6cfbb87c716aec000b86f86019d'
2015-03-30 00:25:02 +08:00
name 'Folx'
homepage 'https://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