2024-04-20 12:38:41 +00:00

25 lines
767 B
JSON

{
"version": "1.2.0",
"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.2.0/biodiff-windows-1.2.0.zip",
"hash": "31298f1a5b5ccca4d07cbb1e544576c6917baadde051d80c076c849ca6de7c7f"
}
},
"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"
}
}
}
}