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

11 lines
413 B
JSON

{
"homepage": "http://optipng.sourceforge.net/",
"version": "0.7.6",
"license": "zlib",
"url": "https://sourceforge.net/projects/optipng/files/OptiPNG/optipng-0.7.6/optipng-0.7.6-win32.zip",
"hash": "0012ec30ee5292e1fd19e0f8c45de4cc291fb5872c5bc83355c17e0b6ce662f7",
"extract_dir": "optipng-0.7.6-win32",
"bin": "optipng.exe",
"checkver": "([\\d.]+)<\\/b><\\/font> \\(stable\\)"
}