mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
21 lines
589 B
JSON
21 lines
589 B
JSON
{
|
|
"homepage": "http://nginx.org",
|
|
"version": "1.11.8",
|
|
"license": "BSD",
|
|
"url": "http://nginx.org/download/nginx-1.11.8.zip",
|
|
"hash": "0f06c91e86322a7658fcd4c210e1af69512ae9ff974df5e2beb4e4952e678016",
|
|
"extract_dir": "nginx-1.11.8",
|
|
"bin": "nginx.exe",
|
|
"checkver": {
|
|
"url": "https://nginx.org/en/CHANGES",
|
|
"re": "Changes with nginx ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://nginx.org/download/nginx-$version.zip",
|
|
"hash": {
|
|
"mode": "download"
|
|
},
|
|
"extract_dir": "nginx-$version"
|
|
}
|
|
}
|