homebrew-cask/Casks/maratis.rb

14 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'maratis' do
2015-01-20 09:21:12 +08:00
version '3.21-beta'
sha256 '7ec6dd97f1ce1ce09e08df0947fcb6ceb7a9f63024998f44afed3d3965829707'
2016-01-19 21:14:39 +08:00
# storage.googleapis.com is the official download host per the vendor homepage
url "https://storage.googleapis.com/google-code-archive-downloads/v1/code.google.com/maratis/Maratis-#{version}-osx10.6.zip"
2015-01-05 05:15:47 +08:00
name 'Maratis'
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