diff --git a/bucket/zvm.json b/bucket/zvm.json index 0b825ddfa6..47212f6606 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.2.4", + "version": "0.3.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.2.4/zvm-windows-amd64.zip", - "hash": "4d94aa617ca3685431028db4ac7c7a9523d25fb2911aa1bf28e0349e193c3802", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-amd64.zip", + "hash": "c8aea78b613589da738c2605a6452951dba9abe5a2826ce6786e5b3d5da1c2f9", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.2.4/zvm-windows-arm64.zip", - "hash": "380570a427d59d1bc5dddaf43fb3a9039366b4e5780591e71fee90c4afbbba47", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-arm64.zip", + "hash": "418e2423703af89707d86c8617281a04bf8c31865a58267e9b5728ca4a1d9143", "extract_dir": "zvm-windows-arm64" } },