From 9de209a85342ca8023c0ba54a32b6d090e0820a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:37:58 +0000 Subject: [PATCH] zvm: Update to version 0.8.6 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index fedb79c3d9..8f4a7ce1a9 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.5", + "version": "0.8.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.8.5/zvm-windows-amd64.zip", - "hash": "09eca3212baf825ae70b2b11e2f5e826df6556bc9e888887ce1dedb445c28b63", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.6/zvm-windows-amd64.zip", + "hash": "64398f5a8dc9af2e141a328c9b72dece962b9fde27fb8c3a865a8aa747605f94", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.5/zvm-windows-arm64.zip", - "hash": "baf7d089463e12bd455291e65571a5f48cba8599c2ad6d7b0c9e2b20b778c318", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.6/zvm-windows-arm64.zip", + "hash": "576c2e203b7b2eb31e6bdf12b1df5701c2ffca12547da628036ac3f99a55b88c", "extract_dir": "zvm-windows-arm64" } },