diff --git a/bucket/zvm.json b/bucket/zvm.json index a06d54299b..ade96f2ed4 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.5.5", + "version": "0.5.6", "description": "Zig Version Manager (zvm) is a tool for managing your Zig installs", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-amd64.zip", - "hash": "23ad6d951eca065fb1a4e03505c3db110134e61a32ca52b1bcbaf126a5f2b0fc", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-amd64.zip", + "hash": "063ae2c5e63ec872ef6601be1afc20c4e04470d0b61244843b186ce27c445aba", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-arm64.zip", - "hash": "23fc291027f1ed169d17c6f7f239d6a64787087f161df307ebdaee5c65cef64b", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-arm64.zip", + "hash": "08428b019d9131def4b56e91046d725a6b179d37e4d8e97941b5bdf6dd1b4fed", "extract_dir": "zvm-windows-arm64" } },