mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
hexed: Update to version 1.1 (#4760)
This commit is contained in:
parent
adb7214373
commit
e037a22155
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user