hexed: Add version 1.0.32 (#681)

This commit is contained in:
wenmin92 2020-01-03 18:05:30 +08:00 committed by Hsiao-nan Cheung
parent b77d1b8369
commit c30c88fe98

21
bucket/hexed.json Normal file
View File

@ -0,0 +1,21 @@
{
"homepage": "https://github.com/samizzo/hexed",
"description": "Console-based hex editor",
"version": "1.0.32",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/samizzo/hexed/releases/download/1.0.32/hexed.exe",
"hash": "4b512fcd1d3b4026befac8b348d7d539ddbfb4df6656b71c8c2da4a9b3cca7bb"
}
},
"bin": "hexed.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/samizzo/hexed/releases/download/$version/hexed.exe"
}
}
}
}