hexed: Update to version 1.1 (#4760)

This commit is contained in:
StarsbySea 2023-05-05 02:32:13 +08:00 committed by GitHub
parent adb7214373
commit e037a22155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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