diff --git a/bucket/zvm.json b/bucket/zvm.json index 47212f6606..2a169526a0 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.3.0", + "version": "0.3.1", "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.3.0/zvm-windows-amd64.zip", - "hash": "c8aea78b613589da738c2605a6452951dba9abe5a2826ce6786e5b3d5da1c2f9", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-amd64.zip", + "hash": "2694c10a84bc255d81dd44f0f6c7374abd7da1552a23e39c38d1cc97c1ca8afb", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-arm64.zip", - "hash": "418e2423703af89707d86c8617281a04bf8c31865a58267e9b5728ca4a1d9143", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-arm64.zip", + "hash": "3feb1bc010b8b36b1e98d223c7871ae4884fe4a898928032bf305010a412eafe", "extract_dir": "zvm-windows-arm64" } },