From c1fe5ed5ad7a5b32e80f01255477d335869de7e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 04:28:36 +0000 Subject: [PATCH] zvm: Update to version 0.7.5 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 6e93932ca6..40a2715ce4 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.4", + "version": "0.7.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.7.4/zvm-windows-amd64.zip", - "hash": "83ae59964aee0911d6a85a53b6736a9b03013be3da03982d37687069e974d0a4", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-amd64.zip", + "hash": "50ff819e0c8a1a67548d81bbcd24bf1bc4734790996278b59666400a8116b041", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-arm64.zip", - "hash": "f4aa866d1ec2178cf12f2f59544aa60daf87cf0221f48d0847ad5b349245a635", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-arm64.zip", + "hash": "815398e8a439530f3277cd6c464e4687c51448b90ad0861560597ccb287a1e1a", "extract_dir": "zvm-windows-arm64" } },