diff --git a/bucket/hexyl.json b/bucket/hexyl.json index 9743b82942..b2e7159394 100644 --- a/bucket/hexyl.json +++ b/bucket/hexyl.json @@ -1,36 +1,36 @@ -{ - "version": "0.9.0", - "description": "A command-line hex viewer, which uses colored output to distinguish different categories of bytes.", - "homepage": "https://github.com/sharkdp/hexyl", - "license": "Apache-2.0", - "suggest": { - "less": "less" - }, - "architecture": { - "64bit": { - "url": "https://github.com/sharkdp/hexyl/releases/download/v0.9.0/hexyl-v0.9.0-x86_64-pc-windows-msvc.zip", - "hash": "6a1be92292e75c660ea41a8ee62836a5f4e29533b5681472afe73132f6a7885b", - "extract_dir": "hexyl-v0.9.0-x86_64-pc-windows-msvc" - }, - "32bit": { - "url": "https://github.com/sharkdp/hexyl/releases/download/v0.9.0/hexyl-v0.9.0-i686-pc-windows-msvc.zip", - "hash": "db5854b3a2614591e5554792be1acf48dfb1e025b63a2ec9aac11354b41360d5", - "extract_dir": "hexyl-v0.9.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" - } - - } - } -} +{ + "version": "0.9.0", + "description": "A command-line hex viewer, which uses colored output to distinguish different categories of bytes.", + "homepage": "https://github.com/sharkdp/hexyl", + "license": "Apache-2.0", + "suggest": { + "less": "less" + }, + "architecture": { + "64bit": { + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.9.0/hexyl-v0.9.0-x86_64-pc-windows-msvc.zip", + "hash": "6a1be92292e75c660ea41a8ee62836a5f4e29533b5681472afe73132f6a7885b", + "extract_dir": "hexyl-v0.9.0-x86_64-pc-windows-msvc" + }, + "32bit": { + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.9.0/hexyl-v0.9.0-i686-pc-windows-msvc.zip", + "hash": "db5854b3a2614591e5554792be1acf48dfb1e025b63a2ec9aac11354b41360d5", + "extract_dir": "hexyl-v0.9.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" + } + + } + } +}