mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "0.15.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.15.0/hexyl-v0.15.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7a1bf4bd3b23fb272c2b38c18f3db08ab0071f3077e35b27f88c405f95caf721",
|
|
"extract_dir": "hexyl-v0.15.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.15.0/hexyl-v0.15.0-i686-pc-windows-msvc.zip",
|
|
"hash": "5fde5a13a367457bae094d42508042fee7c06c4f2cf69a0ccf699f3a2922fd6c",
|
|
"extract_dir": "hexyl-v0.15.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"
|
|
}
|
|
}
|
|
}
|
|
}
|