From 9beabc0d26d985ad73aa572111d196b31bada2ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:33:35 +0000 Subject: [PATCH] zvm: Update to version 0.7.4 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 36dccc193b..6e93932ca6 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.3", + "version": "0.7.4", "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.3/zvm-windows-amd64.zip", - "hash": "07a2acb85e81d8921cfb83b6e7fb4ea56e2e5a0ecdb147c445b728cb3fd4b28a", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-amd64.zip", + "hash": "83ae59964aee0911d6a85a53b6736a9b03013be3da03982d37687069e974d0a4", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.3/zvm-windows-arm64.zip", - "hash": "838dc69f1fecedd5683cee61eb567f18e01ecc99abb3aa5a1d02195a545a6503", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-arm64.zip", + "hash": "f4aa866d1ec2178cf12f2f59544aa60daf87cf0221f48d0847ad5b349245a635", "extract_dir": "zvm-windows-arm64" } },