ScoopInstaller_Main/erlang.json
Ross Smith II 71701e4712 Remove errant quotes around $dir var (#2003)
* Remove errant quotes around $dir var

* node*: Change multi-line post_install to array
2018-02-03 22:47:12 +01:00

50 lines
1.3 KiB
JSON

{
"homepage": "https://www.erlang.org",
"version": "20.2",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_20.2.exe",
"hash": "d06c5f644d831f5b39654d3d191c628593c947fa2592ba282969a8298cff1a12"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_20.2.exe",
"hash": "961f2745f4791198cc74ea6b1c36bfe3d9598f26dcc4f945df51302e4b67f7f3"
}
},
"bin": [
"bin\\erl.exe",
"bin\\erlc.exe",
"bin\\escript.exe"
],
"env_set": {
"ERLANG_HOME": "$dir"
},
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": [
"/S"
]
},
"checkver": {
"url": "https://www.erlang.org/downloads",
"re": "DOWNLOAD\\s+OTP ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://erlang.org/download/otp_win64_$version.exe"
},
"32bit": {
"url": "http://erlang.org/download/otp_win32_$version.exe"
}
}
}
}