mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
19 lines
576 B
JSON
19 lines
576 B
JSON
{
|
|
"homepage": "https://nginx.org",
|
|
"version": "1.11.12",
|
|
"license": "BSD",
|
|
"url": "https://nginx.org/download/nginx-1.11.12.zip",
|
|
"hash": "53ca945ffd3ceaa40c2c60e01218a3b7ac64e61d3907484461794ee13757cce9",
|
|
"extract_dir": "nginx-1.11.12",
|
|
"bin": "nginx.exe",
|
|
"persist": ["conf", "html", "logs"],
|
|
"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"
|
|
}
|
|
}
|