ScoopInstaller_Main/nuget.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

13 lines
418 B
JSON

{
"homepage": "https://www.nuget.org/",
"version": "3.4.4",
"license": "Apache 2.0",
"url": "https://dist.nuget.org/win-x86-commandline/v3.4.4/NuGet.exe",
"hash": "c12d583dd1b5447ac905a334262e02718f641fca3877d0b6117fe44674072a27",
"bin": "NuGet.exe",
"checkver": {
"url": "https://dist.nuget.org/index.json",
"re": "recommended latest\", \"version\": \"([\\d.]+)\""
}
}