mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
262 B
Ruby
9 lines
262 B
Ruby
class Julia < Cask
|
|
version '0.3.0'
|
|
sha256 'd84153bce860343a0cb9a94b654b7acae64392f787e4365793bc097a7b60f74f'
|
|
|
|
url 'https://s3.amazonaws.com/julialang/bin/osx/x64/0.3/julia-0.3.0-osx10.7+.dmg'
|
|
homepage 'http://julialang.org/'
|
|
|
|
app 'Julia-0.3.0.app'
|
|
end
|