From faa572c87f86d30cb8e3c0d727fd223106aead37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 04:29:27 +0000 Subject: [PATCH] zvm: Update to version 0.8.7 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 8f4a7ce1a9..a10c67c738 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.6", + "version": "0.8.7", "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.6/zvm-windows-amd64.zip", - "hash": "64398f5a8dc9af2e141a328c9b72dece962b9fde27fb8c3a865a8aa747605f94", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-amd64.zip", + "hash": "c43ad175e6e00f6bc15acacd07c7a67226a5959e3d31942db6a9614a0d043fdf", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.6/zvm-windows-arm64.zip", - "hash": "576c2e203b7b2eb31e6bdf12b1df5701c2ffca12547da628036ac3f99a55b88c", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-arm64.zip", + "hash": "9b170bb189f8489d39f72a9cad29d6e94db40d6e408f1d433a1f12deabbbfc04", "extract_dir": "zvm-windows-arm64" } },