From f036f1b92858017e21cc5d3948d59fbd01cefb61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:27:11 +0000 Subject: [PATCH] zvm: Update to version 0.4.0 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 2a169526a0..e5f382f749 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.3.1", + "version": "0.4.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.3.1/zvm-windows-amd64.zip", - "hash": "2694c10a84bc255d81dd44f0f6c7374abd7da1552a23e39c38d1cc97c1ca8afb", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.4.0/zvm-windows-amd64.zip", + "hash": "16ba664b2d4f4ba8de66a0f536f21423b4db360f9b0f9608072681f6451844a7", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-arm64.zip", - "hash": "3feb1bc010b8b36b1e98d223c7871ae4884fe4a898928032bf305010a412eafe", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.4.0/zvm-windows-arm64.zip", + "hash": "e0b928e4470714c42eee0e9034cefcc6edad2b7c270b116c418ac77ff97e6d43", "extract_dir": "zvm-windows-arm64" } },