ScoopInstaller_Main/lessmsi.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
501 B
JSON

{
"homepage": "https://github.com/activescott/lessmsi/",
"version": "1.4",
"license": "https://github.com/activescott/lessmsi/raw/master/LICENSE",
"hash": "ea16da35477aff1ab63d71e0f1c08ca697cad6f7211ccdf7fb8fa2c7206a1ffa",
"url": "https://github.com/activescott/lessmsi/releases/download/v1.4/lessmsi-v1.4.zip",
"bin": "lessmsi.exe",
"checkver": {
"url": "https://github.com/activescott/lessmsi/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}