From 447fc4d0e1a32636b860d780de4cd4140c4571d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:45:22 +0000 Subject: [PATCH] zvm: Update to version 0.8.12 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index faf2b282d4..7adc7618c5 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.11", + "version": "0.8.12", "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.11/zvm-windows-amd64.zip", - "hash": "2e04b117d3c02931b2621e36e82e6349d7b113fd797da9dbd4e5e7bbfbb594de", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.12/zvm-windows-amd64.zip", + "hash": "cb09f23db3314e5a4fad46e67d0a0de921d489316ab1796450f607665b2729f5", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-arm64.zip", - "hash": "8d44cd15911c8251e60693417325bcaf3a2a552bae125df7d4a676e53a7c00ef", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.12/zvm-windows-arm64.zip", + "hash": "6dd3b868938d56a9a82fef3567873d79ecd5622ac1a6c589696194b0320ac319", "extract_dir": "zvm-windows-arm64" } },