From 5618f96fec443fe1c902769c8812911e34df9387 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:27:45 +0000 Subject: [PATCH] zvm: Update to version 0.7.6 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 40a2715ce4..a105cd782a 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.5", + "version": "0.7.6", "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.5/zvm-windows-amd64.zip", - "hash": "50ff819e0c8a1a67548d81bbcd24bf1bc4734790996278b59666400a8116b041", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.6/zvm-windows-amd64.zip", + "hash": "2a3ff4544c5de7da16e56cb645f6a355ed0070b7e6f9706f1af4c6293a670fd4", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-arm64.zip", - "hash": "815398e8a439530f3277cd6c464e4687c51448b90ad0861560597ccb287a1e1a", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.6/zvm-windows-arm64.zip", + "hash": "b76359427878540a7228d919eae5197bab16718360e81b7e986a857229d6ed29", "extract_dir": "zvm-windows-arm64" } },