From 009a7a9bab6d83756c6ae7e942263a9ecd94e11c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:29:09 +0000 Subject: [PATCH] zvm: Update to version 0.8.4 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 215f0d8f99..3e9213d395 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.2", + "version": "0.8.4", "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.2/zvm-windows-amd64.zip", - "hash": "5beb50717c51628593a1a4ea9970f454ae8c7ab4ec398c8826d0e135a5abb8e4", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.4/zvm-windows-amd64.zip", + "hash": "432e0995f04b8e32e9590c7d2ba4c6de3271429f2d9cc8bdccd0c4f175d26d31", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-arm64.zip", - "hash": "c8c3f723155217791193cee63db224e6d27b6223dd875e32eeca5625dc3efc50", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.4/zvm-windows-arm64.zip", + "hash": "fe959af9ce0e5aa86bca7c225fd2b755c76aec21386447951ff725e6fd21c1cc", "extract_dir": "zvm-windows-arm64" } },