ScoopInstaller_Main/julia.json
Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

40 lines
1.1 KiB
JSON

{
"homepage": "http://julialang.org",
"version": "0.5.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://s3.amazonaws.com/julialang/bin/winnt/x64/0.5/julia-0.5.0-win64.exe#/dl.7z",
"hash": "25106e4687d93b183b15d36bdbf13e91b8dccce44f33590a0cd6026e3dc0416f"
},
"32bit": {
"url": "https://s3.amazonaws.com/julialang/bin/winnt/x86/0.5/julia-0.5.0-win32.exe#/dl.7z",
"hash": "63f98f35b84ead944dc3b3533cac69247fe1f47c6535eb199a0a79c2dbe67bef"
}
},
"installer": {
"file": "julia-installer.exe",
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
"env_set": {
"JULIA_HOME": "$dir\\bin",
"JULIA_EXE": "julia.exe",
"JULIA": "$dir\\bin\\julia.exe",
"JL_PRIVATE_LIB_DIR": "bin"
},
"bin": [
[ "bin\\julia.exe", "julia" ]
],
"checkver": {
"url": "http://julialang.org/downloads/",
"re": "<h1[^>]+>Current Release \\(v([\\d.]+)\\)<\/h1>"
}
}