From 4a9add7656e295ee8240a628615e0ee271595237 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:28:50 +0000 Subject: [PATCH] zvm: Update to version 0.8.1 --- bucket/zvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zvm.json b/bucket/zvm.json index 0d8134da98..5842ec20a2 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.9", + "version": "0.8.1", "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.9/zvm-windows-amd64.zip", - "hash": "ef29605cf3b09a3d2379df17852063a808652d7640d0f66fc30b43c75d877514", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.1/zvm-windows-amd64.zip", + "hash": "56e84512eee806997056c5b2c2eaa95d9f9fe13eb00330a0b2cf28b8ce8dca4c", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.9/zvm-windows-arm64.zip", - "hash": "d3cf11624b7d854aafe08f217082e100cc95e0d5d699cba29fb2b84cb8248973", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.1/zvm-windows-arm64.zip", + "hash": "a8b5966727f4552b6c36884ebcaff6907ab7269a16efbeeeeb6f6e61ffe8c02d", "extract_dir": "zvm-windows-arm64" } },