diff --git a/bucket/hexed.json b/bucket/hexed.json new file mode 100644 index 0000000000..5889b8b8f4 --- /dev/null +++ b/bucket/hexed.json @@ -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" + } + } + } +}