From 0f66022d7371fed7b213479b70d26f7ad052ed63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:14:17 +0000 Subject: [PATCH] zvm: Update to version 0.6.2 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 269622ef95..15eff51a88 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.6.1", + "version": "0.6.2", "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.6.1/zvm-windows-amd64.zip", - "hash": "520eaa23ea323c9338c359bbbeb01046fcadfdd358dc22f539c7429f42d5feb6", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.2/zvm-windows-amd64.zip", + "hash": "e6abc86cf4fbda49c8c953a55a747612bdfed8164abc12e063819f4e6e8677c6", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.1/zvm-windows-arm64.zip", - "hash": "51b5be265a9b705444fdd9c4e7e0b0d3ac1f2fea4a10ee582df29ff0f269fa89", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.2/zvm-windows-arm64.zip", + "hash": "e50300e1c3db90ab4ce6ee941dbf980009d3dbcdf5d775fbd4c33772cb4ab522", "extract_dir": "zvm-windows-arm64" } },