homebrew-cask/Casks/ifunbox.rb

13 lines
375 B
Ruby
Raw Normal View History

2014-11-14 01:26:04 +08:00
cask :v1 => 'ifunbox' do
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'
2015-04-03 06:12:57 +08:00
name 'iFunBox'
2014-02-20 01:36:44 +08:00
homepage 'http://www.i-funbox.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:43 +08:00
app 'iFunBox.app'
2014-02-20 01:36:44 +08:00
end