2023-01-31 12:30:51 +00:00

25 lines
767 B
JSON

{
"version": "1.0.4",
"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.4/biodiff-windows-1.0.4.zip",
"hash": "23bc87c2991129ba9ad9ff64363926ec0a2778878048c575277eb7224c7f0372"
}
},
"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"
}
}
}
}