homebrew-cask/Casks/maratis.rb

12 lines
301 B
Ruby
Raw Normal View History

2013-07-25 04:51:09 +08:00
class Maratis < Cask
version '3.21'
sha256 '7ec6dd97f1ce1ce09e08df0947fcb6ceb7a9f63024998f44afed3d3965829707'
2014-09-26 20:09:02 +08:00
url "https://maratis.googlecode.com/files/Maratis-#{version}-beta-osx10.6.zip"
homepage 'http://www.maratis3d.org/'
2014-10-01 23:33:20 +08:00
license :oss
2014-09-16 00:05:54 +08:00
app 'Maratis.app'
app 'MaratisPlayer.app'
2013-07-25 04:51:09 +08:00
end