ScoopInstaller_Main/nginx.json
2017-01-01 12:50:07 +01:00

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"
}
}