From 6fafa65495ffda49c25cc9b4261f8afeca0a36f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:25:00 +0000 Subject: [PATCH] zvm: Update to version 0.7.1 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 03377ee25a..96c7ebb6a6 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.0", + "version": "0.7.1", "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.7.0/zvm-windows-amd64.zip", - "hash": "ca020f2899c723ad9bc362619477b9c4ecd64bdca00e9cd8c3a0b5d7f52de152", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.1/zvm-windows-amd64.zip", + "hash": "b730233cf59c7d1b64eb9f30a0ce6f2b281d3f2e4ec1c9adf7423f688ee1a6cf", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.0/zvm-windows-arm64.zip", - "hash": "795b3c4029c1106e71224092ab69dae8218680204761b81e1d3219400fa008f0", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.1/zvm-windows-arm64.zip", + "hash": "5a5698175ae1623b08fc181e9b407fd4691c012dda39d2faa9abbe2b765e3c59", "extract_dir": "zvm-windows-arm64" } },