homebrew-cask/Casks/ifunbox.rb

11 lines
242 B
Ruby
Raw Normal View History

2014-02-20 01:36:44 +08:00
class Ifunbox < Cask
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-02-20 01:36:44 +08:00
link 'iFunBox.app'
end