Eugene Klimov a982f61996
biodiff: Add version 1.0.3 (#3774)
Signed-off-by: Slach <bloodjazman@gmail.com>
2022-07-24 11:40:34 +05:30

25 lines
767 B
JSON

{
"version": "1.0.3",
"description": "Hex diff viewer using alignment algorithms from biology",
"homepage": "https://github.com/8051Enthusiast/biodiff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/8051Enthusiast/biodiff/releases/download/v1.0.3/biodiff-windows-1.0.3.zip",
"hash": "f6d56ee920e235c32bfad0154e5fe75ec31f42eee7a5cbfc7d5614893c12eaf2"
}
},
"bin": [
"biodiff.exe",
"git-biodiff.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/8051Enthusiast/biodiff/releases/download/v$version/biodiff-windows-$version.zip"
}
}
}
}