From e037a22155ca2cd1500466371c9c1bd852f9cc1c Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Fri, 5 May 2023 02:32:13 +0800 Subject: [PATCH] hexed: Update to version 1.1 (#4760) --- bucket/hexed.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hexed.json b/bucket/hexed.json index 01cff5f295..b9a0f0ca87 100644 --- a/bucket/hexed.json +++ b/bucket/hexed.json @@ -1,12 +1,12 @@ { - "version": "1.0.32", + "version": "1.1", "description": "Console-based hex editor", "homepage": "https://github.com/samizzo/hexed", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/samizzo/hexed/releases/download/1.0.32/hexed.exe", - "hash": "4b512fcd1d3b4026befac8b348d7d539ddbfb4df6656b71c8c2da4a9b3cca7bb" + "url": "https://github.com/samizzo/hexed/releases/download/v1.1/hexed.exe", + "hash": "ff6532f73248f4b0a0e6240c0b9dbf4ccfc1144006cba7c3f76be3f3ad71daff" } }, "bin": "hexed.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/samizzo/hexed/releases/download/$version/hexed.exe" + "url": "https://github.com/samizzo/hexed/releases/download/v$version/hexed.exe" } } }