ScoopInstaller_Main/bzip2.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
459 B
JSON

{
"version": "1.0.5",
"homepage": "http://gnuwin32.sourceforge.net/packages/bzip2.htm",
"url": "https://sourceforge.net/projects/gnuwin32/files/bzip2/1.0.5/bzip2-1.0.5-bin.zip",
"hash": "97137e4b9ac9e116d0877f9d266927fea91ad117b011f80cf034fea4ef7a534e",
"bin": [
"bin\\bunzip2.exe",
"bin\\bzcat.exe",
"bin\\bzip2.exe",
"bin\\bzip2recover.exe"
],
"checkver": "Version<\\/A><\\/h2>\\s+<p>([\\d.]+)"
}