homebrew-cask/Casks/folx.rb

12 lines
282 B
Ruby
Raw Normal View History

2013-10-12 17:04:25 +08:00
class Folx < Cask
2014-09-17 19:42:45 +08:00
version :latest
sha256 :no_check
2013-10-12 17:04:25 +08:00
url 'http://mac.eltima.com/download/downloader_mac.dmg'
2014-05-14 21:40:00 +08:00
appcast 'http://mac.eltima.com/download/folx-update/folx3.xml'
2013-10-12 17:04:25 +08:00
homepage 'http://mac.eltima.com/de/download-manager.html'
2014-10-01 23:32:54 +08:00
license :unknown
2014-09-16 00:05:35 +08:00
app 'Folx 3.app'
2013-10-12 17:04:25 +08:00
end