diff --git a/bucket/zvm.json b/bucket/zvm.json index ade96f2ed4..469597ff2c 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.5.6", + "version": "0.6.0", "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.6/zvm-windows-amd64.zip", - "hash": "063ae2c5e63ec872ef6601be1afc20c4e04470d0b61244843b186ce27c445aba", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.0/zvm-windows-amd64.zip", + "hash": "009f9e3f7dd70c64ffc95fd5215c97971eef5cac2320433eb9dd48528cf21d0b", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-arm64.zip", - "hash": "08428b019d9131def4b56e91046d725a6b179d37e4d8e97941b5bdf6dd1b4fed", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.0/zvm-windows-arm64.zip", + "hash": "c174fa7edde3408bfbbac99e70042dda7521d210b882e5287d6d0d8b2b2f40cc", "extract_dir": "zvm-windows-arm64" } },