ScoopInstaller_Main/nginx.json
2017-03-23 16:23:16 +01:00

18 lines
535 B
JSON

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