biodiff: Add version 1.0.3 (#3774)

Signed-off-by: Slach <bloodjazman@gmail.com>
This commit is contained in:
Eugene Klimov 2022-07-24 10:10:34 +04:00 committed by GitHub
parent 51d4f4407d
commit a982f61996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/biodiff.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}
}
}