From e3935f44c3f3dacd6003c255932a924ddaab3334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:39:29 +0000 Subject: [PATCH] zvm: Update to version 0.8.2 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 5842ec20a2..215f0d8f99 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.1", + "version": "0.8.2", "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.1/zvm-windows-amd64.zip", - "hash": "56e84512eee806997056c5b2c2eaa95d9f9fe13eb00330a0b2cf28b8ce8dca4c", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-amd64.zip", + "hash": "5beb50717c51628593a1a4ea9970f454ae8c7ab4ec398c8826d0e135a5abb8e4", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.1/zvm-windows-arm64.zip", - "hash": "a8b5966727f4552b6c36884ebcaff6907ab7269a16efbeeeeb6f6e61ffe8c02d", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-arm64.zip", + "hash": "c8c3f723155217791193cee63db224e6d27b6223dd875e32eeca5625dc3efc50", "extract_dir": "zvm-windows-arm64" } },