mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
21 lines
589 B
JSON
21 lines
589 B
JSON
{
|
|
"homepage": "http://nginx.org",
|
|
"version": "1.11.6",
|
|
"license": "BSD",
|
|
"url": "http://nginx.org/download/nginx-1.11.6.zip",
|
|
"hash": "4b80ee51b3d044e49cd5d63a8f237f60a046aaf912ad7002a1b9b419f2c33480",
|
|
"extract_dir": "nginx-1.11.6",
|
|
"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"
|
|
}
|
|
}
|