ScoopInstaller_Main/nginx.json
2017-09-05 16:00:27 +00:00

28 lines
787 B
JSON

{
"homepage": "https://nginx.org",
"version": "1.13.5",
"license": "BSD",
"url": "https://nginx.org/download/nginx-1.13.5.zip",
"hash": "eda732600db86e5a0193558d88a71a5c3733d5ee7fecc557b21832fb03dbb867",
"extract_dir": "nginx-1.13.5",
"bin": "nginx.exe",
"env_set": {
"NGINX_HOME": "$dir"
},
"persist": [
"conf",
"html",
"logs",
"temp"
],
"notes": "To use the correct configuration run 'nginx -p \"$env:NGINX_HOME\"' or 'nginx -p \"%NGINX_HOME%\"'",
"checkver": {
"url": "https://nginx.org/en/CHANGES",
"re": "Changes with nginx ([\\d.]+)"
},
"autoupdate": {
"url": "https://nginx.org/download/nginx-$version.zip",
"extract_dir": "nginx-$version"
}
}