mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
nginx autoupdate / update nginx 1.11.6
This commit is contained in:
parent
9d0d54b894
commit
0022dbd465
15
nginx.json
15
nginx.json
@ -1,13 +1,20 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://nginx.org",
|
"homepage": "http://nginx.org",
|
||||||
"version": "1.11.1",
|
"version": "1.11.6",
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"url": "http://nginx.org/download/nginx-1.11.1.zip",
|
"url": "http://nginx.org/download/nginx-1.11.6.zip",
|
||||||
"hash": "b0020735f7e37dbe81619040af72932444a3577d8c64b89c68a1d65ac33f8f44",
|
"hash": "4b80ee51b3d044e49cd5d63a8f237f60a046aaf912ad7002a1b9b419f2c33480",
|
||||||
"extract_dir": "nginx-1.11.1",
|
"extract_dir": "nginx-1.11.6",
|
||||||
"bin": "nginx.exe",
|
"bin": "nginx.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nginx.org/en/CHANGES",
|
"url": "https://nginx.org/en/CHANGES",
|
||||||
"re": "Changes with nginx ([\\d.]+)"
|
"re": "Changes with nginx ([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "http://nginx.org/download/nginx-$version.zip",
|
||||||
|
"hash": {
|
||||||
|
"mode": "download"
|
||||||
|
},
|
||||||
|
"extract_dir": "nginx-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user