From 11bcd0c054ddd974ef59f6f795e970ec6cc6313f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:26:44 +0000 Subject: [PATCH] zvm: Update to version 0.2.3 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 0d2cfd714e..bfae96ecff 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.2.2", + "version": "0.2.3", "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.2.2/zvm-windows-amd64.zip", - "hash": "19489bb4c39812238a138bf4b596042b4eea27a13bec995e3cf6c1cfc93f247d", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.2.3/zvm-windows-amd64.zip", + "hash": "e7cfa095fb0916c08af9ad96b306bb62c469e1a0bdfba41bb18ad5c879daef96", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.2.2/zvm-windows-arm64.zip", - "hash": "7ff4fdf4e9c8cd08fe8cc3c3ac2888aef1710ea82eeccea82c85382126ccc909", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.2.3/zvm-windows-arm64.zip", + "hash": "cbf562b0a1493984a23fb17e0551cc6f01678d9e17a67268da9faa8bbd1ebaca", "extract_dir": "zvm-windows-arm64" } },