You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
329 B
10 lines
329 B
class Mozart2 < Cask
|
|
version '2.0.0'
|
|
sha256 '4f077b0658557e532bfa7519977ce9870c55350a1cb395ef77bcab623c70ee04'
|
|
|
|
url 'http://downloads.sourceforge.net/project/mozart-oz/v2.0.0-alpha.0/mozart2-2.0.0-alpha.0%2Bbuild.4116.bdeaf6c-x86_64-darwin.dmg'
|
|
homepage 'http://www.mozart-oz.org'
|
|
license :oss
|
|
|
|
app 'Mozart2.app'
|
|
end
|
|
|