From 245bfa80a2279cb57bc3d223f9c32a8f0b7785b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:27:57 +0000 Subject: [PATCH] zvm: Update to version 0.7.2 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 96c7ebb6a6..2c0bea7796 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.1", + "version": "0.7.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.7.1/zvm-windows-amd64.zip", - "hash": "b730233cf59c7d1b64eb9f30a0ce6f2b281d3f2e4ec1c9adf7423f688ee1a6cf", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.2/zvm-windows-amd64.zip", + "hash": "e9f44f2daef3b8954dc3614ed7c136e39d24a003d5253c430b88df1bc4f2caa6", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.1/zvm-windows-arm64.zip", - "hash": "5a5698175ae1623b08fc181e9b407fd4691c012dda39d2faa9abbe2b765e3c59", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.2/zvm-windows-arm64.zip", + "hash": "e7e42c8be8503eb529d72ea51459bc2f13622f5897dd494bad3e57fb18b43276", "extract_dir": "zvm-windows-arm64" } },