From c30c88fe98ddb5072b51d89972bc1616239e5ae6 Mon Sep 17 00:00:00 2001 From: wenmin92 Date: Fri, 3 Jan 2020 18:05:30 +0800 Subject: [PATCH] hexed: Add version 1.0.32 (#681) --- bucket/hexed.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/hexed.json 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" + } + } + } +}