From 311b643e8492eb8eb45e6c04d3d4a5dea796f84b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:14:10 +0000 Subject: [PATCH] zvm: Update to version 0.6.7 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index f74d325bb2..230f41b98e 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.6.5", + "version": "0.6.7", "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.6.5/zvm-windows-amd64.zip", - "hash": "e78f0e7dbb2154f355a990835cea9c8052b9af8a325fb77b72b45c3bd31ff250", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.7/zvm-windows-amd64.zip", + "hash": "2cf0bfd23c36ae842feaf12174fe1bedd9d07cad7063f5c12c4dffe8d299f9e5", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.5/zvm-windows-arm64.zip", - "hash": "56c425503525052d98cf67f4f12b17bc2bae49cb407a9e1bf55be3809c898b0e", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.7/zvm-windows-arm64.zip", + "hash": "4a16d3086a54c9da14d644eac35afaf8d64e099aeacabce71854f3e253b6edbf", "extract_dir": "zvm-windows-arm64" } },