homebrew-cask/Casks/ifunbox.rb

12 lines
257 B
Ruby
Raw Normal View History

2014-02-20 01:36:44 +08:00
class Ifunbox < Cask
2014-09-17 19:42:48 +08:00
version :latest
sha256 :no_check
2014-02-20 01:36:44 +08:00
url 'http://dl.i-funbox.com/mac/ifunboxmac.dmg'
2014-05-14 21:40:01 +08:00
appcast 'http://dl.i-funbox.com/updates/ifunbox.mac/update.xml'
2014-02-20 01:36:44 +08:00
homepage 'http://www.i-funbox.com/'
2014-10-01 23:33:05 +08:00
license :unknown
2014-09-16 00:05:43 +08:00
app 'iFunBox.app'
2014-02-20 01:36:44 +08:00
end