mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
22 lines
634 B
JSON
22 lines
634 B
JSON
{
|
|
"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/v1.1/hexed.exe",
|
|
"hash": "ff6532f73248f4b0a0e6240c0b9dbf4ccfc1144006cba7c3f76be3f3ad71daff"
|
|
}
|
|
},
|
|
"bin": "hexed.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/samizzo/hexed/releases/download/v$version/hexed.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|