From 5f230e107648e614239117cc17431d65d8db4d52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:46:32 +0000 Subject: [PATCH] zvm: Update to version 0.8.13 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 7adc7618c5..ade247b158 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.12", + "version": "0.8.13", "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.12/zvm-windows-amd64.zip", - "hash": "cb09f23db3314e5a4fad46e67d0a0de921d489316ab1796450f607665b2729f5", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.13/zvm-windows-amd64.zip", + "hash": "cb8749149c943458ffabe777fb317612a6fddd88ea8748293260a5075fef0e5c", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.12/zvm-windows-arm64.zip", - "hash": "6dd3b868938d56a9a82fef3567873d79ecd5622ac1a6c589696194b0320ac319", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.13/zvm-windows-arm64.zip", + "hash": "4c60b19306940a5dc526849e869cffe84e8726bcb0e7b0f82673055da36ffceb", "extract_dir": "zvm-windows-arm64" } },