From a23ebc2b3df20fc88ac0d105dc764c1428aca972 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:30:06 +0000 Subject: [PATCH] zvm: Update to version 0.8.11 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 16171b1d25..faf2b282d4 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.10", + "version": "0.8.11", "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.10/zvm-windows-amd64.zip", - "hash": "a039f9fd363c9bd93df910ec56b63d83b4d823cd668b473dc3224ee25a56c24d", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-amd64.zip", + "hash": "2e04b117d3c02931b2621e36e82e6349d7b113fd797da9dbd4e5e7bbfbb594de", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.10/zvm-windows-arm64.zip", - "hash": "5ada85873523da660dbc93da1638140c84519c08a143db4c0a7e0e644c258911", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-arm64.zip", + "hash": "8d44cd15911c8251e60693417325bcaf3a2a552bae125df7d4a676e53a7c00ef", "extract_dir": "zvm-windows-arm64" } },