From 4c93aec5ce8402fb008220730c37be01035d2ba6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:11:37 +0000 Subject: [PATCH] zvm: Update to version 0.6.5 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index e85f796d3a..f74d325bb2 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.6.4", + "version": "0.6.5", "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.4/zvm-windows-amd64.zip", - "hash": "f4d7285bdf13c59259e7bfcede35ef2774a9dbce8ddd2eef6a3d627159104a75", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.5/zvm-windows-amd64.zip", + "hash": "e78f0e7dbb2154f355a990835cea9c8052b9af8a325fb77b72b45c3bd31ff250", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.4/zvm-windows-arm64.zip", - "hash": "675c75549805fd3583af231e4a41a6d67a5471c763ea83681fab5a8daa474045", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.5/zvm-windows-arm64.zip", + "hash": "56c425503525052d98cf67f4f12b17bc2bae49cb407a9e1bf55be3809c898b0e", "extract_dir": "zvm-windows-arm64" } },