ScoopInstaller_Main/nginx.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

14 lines
399 B
JSON

{
"homepage": "http://nginx.org",
"version": "1.11.1",
"license": "BSD",
"url": "http://nginx.org/download/nginx-1.11.1.zip",
"hash": "b0020735f7e37dbe81619040af72932444a3577d8c64b89c68a1d65ac33f8f44",
"extract_dir": "nginx-1.11.1",
"bin": "nginx.exe",
"checkver": {
"url": "https://nginx.org/en/CHANGES",
"re": "Changes with nginx ([\\d.]+)"
}
}