From 7f5f060b03d3c9678622a24a388575280ba28f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:40:14 +0000 Subject: [PATCH] zvm: Update to version 0.8.8 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index a10c67c738..dff10243fe 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.7", + "version": "0.8.8", "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.7/zvm-windows-amd64.zip", - "hash": "c43ad175e6e00f6bc15acacd07c7a67226a5959e3d31942db6a9614a0d043fdf", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.8/zvm-windows-amd64.zip", + "hash": "49a847cb12d6597b18c802c76123e43b5101a904ffaa56317272a5d04673cfb3", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-arm64.zip", - "hash": "9b170bb189f8489d39f72a9cad29d6e94db40d6e408f1d433a1f12deabbbfc04", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.8/zvm-windows-arm64.zip", + "hash": "96118b5de949de40831794bcf01d73e726abf250ebe79e98752ecddda58e12d7", "extract_dir": "zvm-windows-arm64" } },