mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
julia: update to 0.3.6
and add minimum OS requirements.
This commit is contained in:
parent
b4f775c696
commit
c838b4438c
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cask :v1 => 'julia' do
|
||||
version '0.3.5'
|
||||
sha256 'c9185c58f09ced17d39f1033dd18e6b36f239ce2736ade3b9e6a39f7d1748c17'
|
||||
version '0.3.6'
|
||||
sha256 '1b127a5403918e5838973c5c0f17a518613711dbdcc078def8bad189c3b188df'
|
||||
|
||||
# amazonaws.com is the official download host per the vendor homepage
|
||||
url "https://s3.amazonaws.com/julialang/bin/osx/x64/0.3/julia-#{version}-osx10.7+.dmg"
|
||||
|
|
@ -10,5 +10,7 @@ cask :v1 => 'julia' do
|
|||
app "Julia-#{version}.app"
|
||||
binary "Julia-#{version}.app/Contents/Resources/julia/bin/julia"
|
||||
|
||||
depends_on :macos => '>= 10.7'
|
||||
|
||||
zap :delete => '~/.julia'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue