mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "0.12.0",
|
|
"description": "Hex viewer, which uses colored output to distinguish different categories of bytes.",
|
|
"homepage": "https://github.com/sharkdp/hexyl",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.12.0/hexyl-v0.12.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "adbfd61777a88342cc7d58d0df9a7482db34f97f8702079d3719aca9f4ec490c",
|
|
"extract_dir": "hexyl-v0.12.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.12.0/hexyl-v0.12.0-i686-pc-windows-msvc.zip",
|
|
"hash": "9de5e964519f4eba797063b75bc970a350e9ec98fa7b44f6ffd13f81a73e588e",
|
|
"extract_dir": "hexyl-v0.12.0-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "hexyl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v$version/hexyl-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "hexyl-v$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v$version/hexyl-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "hexyl-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|