From 5d94cdffb4f51c93294eb4bc239ced43255a960f Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 26 Jan 2014 12:06:44 +1000 Subject: [PATCH] julia 0.2 --- bucket/julia.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/julia.json diff --git a/bucket/julia.json b/bucket/julia.json new file mode 100644 index 00000000..424cd241 --- /dev/null +++ b/bucket/julia.json @@ -0,0 +1,17 @@ +{ + "homepage": "http://julialang.org", + "version": "0.2.0", + "license": "MIT", + "url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.2/julia-0.2.0-win64.exe#/dl.7z", + "hash": "cbbd49a6c68dcdfa636febf2318a846506a2f89b0dc7fe2f2b79a56a12741630", + "extract_dir": "julia-05c6461b55", + "env_set": { + "JULIA_HOME": "$dir\\bin", + "JULIA_EXE": "julia-readline.exe", + "JULIA": "$dir\\bin\\julia-readline.exe", + "JL_PRIVATE_LIB_DIR": "bin" + }, + "bin": [ + [ "bin\\julia-readline.exe", "julia" ] + ] +} \ No newline at end of file