mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
18 lines
532 B
JSON
18 lines
532 B
JSON
{
|
|
"homepage": "https://nginx.org",
|
|
"version": "1.11.9",
|
|
"license": "BSD",
|
|
"url": "https://nginx.org/download/nginx-1.11.9.zip",
|
|
"hash": "407d692e2fb38a22f4d22d43364d476cb5917756a3691b88b4e6c07d1c8a3161",
|
|
"extract_dir": "nginx-1.11.9",
|
|
"bin": "nginx.exe",
|
|
"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"
|
|
}
|
|
}
|