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

18 lines
540 B
JSON

{
"homepage": "https://github.com/mozilla/mozjpeg",
"version": "3.1",
"license": "https://github.com/mozilla/mozjpeg/blob/master/LICENSE.txt",
"url": "https://mozjpeg.codelove.de/bin/mozjpeg_3.1_x86.zip",
"hash": "f8fd47f219823e7ee1fe6583bca8baca075d214081588f1fd66141f790cf0731",
"bin": [
"cjpeg.exe",
["cjpeg.exe", "mozjpeg"],
"djpeg.exe",
"jpegtran.exe"
],
"checkver": {
"url": "https://mozjpeg.codelove.de/binaries.html",
"re": "version ([\\d.]+)"
}
}