2023-02-09 01:58:56 +00:00

25 lines
767 B
JSON

{
"version": "1.1.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.1.0/biodiff-windows-1.1.0.zip",
"hash": "36e5ebf45a05ba27b75e6fe76e3abbf0d51e4e55f44e0ecf8b261383331d8833"
}
},
"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"
}
}
}
}