ScoopInstaller_Main/julia.json
William McGann 1c75bede85 [WIP] checkver fixup (#862)
* Updating go to 1.6.2

* Updating packer to 0.10.1

* Fixing regex for checkver.
2016-05-24 12:55:23 +10:00

40 lines
1.1 KiB
JSON

{
"homepage": "http://julialang.org",
"version": "0.4.5",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://s3.amazonaws.com/julialang/bin/winnt/x64/0.4/julia-0.4.5-win64.exe#/dl.7z",
"hash": "20d18d593db4b3ef5a83b0105c37bfd4e22acb2623e69a711a559740724f4517"
},
"32bit": {
"url": "https://s3.amazonaws.com/julialang/bin/winnt/x86/0.4/julia-0.4.5-win32.exe#/dl.7z",
"hash": "abd667d7dbc7012b5d05571c641623ecae9e9e2f743d851c6f7b83b4a7cda4de"
}
},
"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([0-9\\.]+)\\)<\/h1>"
}
}