From d4393e66ac1f7631d04179938b8a241adbfa8ea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:35:14 +0000 Subject: [PATCH] zvm: Update to version 0.8.5 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 3e9213d395..fedb79c3d9 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.4", + "version": "0.8.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.8.4/zvm-windows-amd64.zip", - "hash": "432e0995f04b8e32e9590c7d2ba4c6de3271429f2d9cc8bdccd0c4f175d26d31", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.5/zvm-windows-amd64.zip", + "hash": "09eca3212baf825ae70b2b11e2f5e826df6556bc9e888887ce1dedb445c28b63", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.4/zvm-windows-arm64.zip", - "hash": "fe959af9ce0e5aa86bca7c225fd2b755c76aec21386447951ff725e6fd21c1cc", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.5/zvm-windows-arm64.zip", + "hash": "baf7d089463e12bd455291e65571a5f48cba8599c2ad6d7b0c9e2b20b778c318", "extract_dir": "zvm-windows-arm64" } },