mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
767 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|