zvm: Update to version 0.3.1

This commit is contained in:
github-actions[bot] 2023-11-01 00:33:13 +00:00
parent 53344fa596
commit 05c5be2c1a

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.3.0", "version": "0.3.1",
"description": "Zig Version Manager (zvm) is a tool for managing your Zig installs", "description": "Zig Version Manager (zvm) is a tool for managing your Zig installs",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-amd64.zip",
"hash": "c8aea78b613589da738c2605a6452951dba9abe5a2826ce6786e5b3d5da1c2f9", "hash": "2694c10a84bc255d81dd44f0f6c7374abd7da1552a23e39c38d1cc97c1ca8afb",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-arm64.zip",
"hash": "418e2423703af89707d86c8617281a04bf8c31865a58267e9b5728ca4a1d9143", "hash": "3feb1bc010b8b36b1e98d223c7871ae4884fe4a898928032bf305010a412eafe",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },