diff --git a/bucket/zvm.json b/bucket/zvm.json index a8a131d65f..3266e63c4d 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.4.2", + "version": "0.5.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.4.2/zvm-windows-amd64.zip", - "hash": "cff1a71aaf3bc3ba06681e5ea1ee6ed09f1ddf0670580a3999d4778164e062c5", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.0/zvm-windows-amd64.zip", + "hash": "94ee7b22758de9022294d556b601db197454c1302140c241602b7083cd5145fc", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.4.2/zvm-windows-arm64.zip", - "hash": "262c14dd9f2ccf109a1c95ad575007eadc138552863ac735bb325b2d1955a401", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.0/zvm-windows-arm64.zip", + "hash": "7be9da5d4ea5328e9919c243a6b8d32c78573ef39416ee4c10a2aaf9854e77a8", "extract_dir": "zvm-windows-arm64" } },