From 67cb58531426b096b75133f53b04dbf692f60c8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:26:48 +0000 Subject: [PATCH] zvm: Update to version 0.5.6 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index a06d54299b..ade96f2ed4 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.5.5", + "version": "0.5.6", "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.5.5/zvm-windows-amd64.zip", - "hash": "23ad6d951eca065fb1a4e03505c3db110134e61a32ca52b1bcbaf126a5f2b0fc", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-amd64.zip", + "hash": "063ae2c5e63ec872ef6601be1afc20c4e04470d0b61244843b186ce27c445aba", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-arm64.zip", - "hash": "23fc291027f1ed169d17c6f7f239d6a64787087f161df307ebdaee5c65cef64b", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-arm64.zip", + "hash": "08428b019d9131def4b56e91046d725a6b179d37e4d8e97941b5bdf6dd1b4fed", "extract_dir": "zvm-windows-arm64" } },