mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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",
|
||||
"version": "1.11.1",
|
||||
"version": "1.11.6",
|
||||
"license": "BSD",
|
||||
"url": "http://nginx.org/download/nginx-1.11.1.zip",
|
||||
"hash": "b0020735f7e37dbe81619040af72932444a3577d8c64b89c68a1d65ac33f8f44",
|
||||
"extract_dir": "nginx-1.11.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user