diff --git a/bucket/hexyl.json b/bucket/hexyl.json index 3786bef0ba..159c74c496 100644 --- a/bucket/hexyl.json +++ b/bucket/hexyl.json @@ -1,18 +1,18 @@ { - "version": "0.13.0", + "version": "0.13.1", "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.13.0/hexyl-v0.13.0-x86_64-pc-windows-msvc.zip", - "hash": "feef91710f9c400a767ac7e62077057a42eec7c81deac36398517bfb10437d5c", - "extract_dir": "hexyl-v0.13.0-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.13.1/hexyl-v0.13.1-x86_64-pc-windows-msvc.zip", + "hash": "9bf642d7de65dd83d4431328f9a74282597b66781da58599ebc9a5cb591a32a8", + "extract_dir": "hexyl-v0.13.1-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/sharkdp/hexyl/releases/download/v0.13.0/hexyl-v0.13.0-i686-pc-windows-msvc.zip", - "hash": "fbe019ba80acdc6e68817f6c55f1f1d429bf3b573849f3960cd1052b571b7109", - "extract_dir": "hexyl-v0.13.0-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/hexyl/releases/download/v0.13.1/hexyl-v0.13.1-i686-pc-windows-msvc.zip", + "hash": "8339ed3b7b223b1b78f48a4018bc251b7dbaeddc49c4ad42032a652cfb3de9f7", + "extract_dir": "hexyl-v0.13.1-i686-pc-windows-msvc" } }, "bin": "hexyl.exe",