h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

28 lines
799 B
JSON

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