ScoopInstaller_Main/nginx.json
2018-08-28 16:00:20 +00:00

28 lines
796 B
JSON

{
"homepage": "https://nginx.org",
"version": "1.15.3",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.15.3.zip",
"hash": "37ada675715564487742ab6f0138ba9d316882c104d2e57a34d7f8a502a6eda6",
"extract_dir": "nginx-1.15.3",
"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"
}
}