mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "0.17.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.17.0/hexyl-v0.17.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ab5c3442cff63f585553d4fce330eaa1ef1bd2584643f1a0e29ab7c13fc9566d",
|
|
"extract_dir": "hexyl-v0.17.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/hexyl/releases/download/v0.17.0/hexyl-v0.17.0-i686-pc-windows-msvc.zip",
|
|
"hash": "04b8a089024ba6e3fdfaafb6704d99cba5ef165027e78dd6c68e7a221490b747",
|
|
"extract_dir": "hexyl-v0.17.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"
|
|
}
|
|
}
|
|
}
|
|
}
|