zvm: Update to version 0.6.2

This commit is contained in:
github-actions[bot] 2024-04-11 01:14:17 +00:00
parent 20be9246ec
commit 0f66022d73

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.6.1", "version": "0.6.2",
"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.6.1/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.2/zvm-windows-amd64.zip",
"hash": "520eaa23ea323c9338c359bbbeb01046fcadfdd358dc22f539c7429f42d5feb6", "hash": "e6abc86cf4fbda49c8c953a55a747612bdfed8164abc12e063819f4e6e8677c6",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.1/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.2/zvm-windows-arm64.zip",
"hash": "51b5be265a9b705444fdd9c4e7e0b0d3ac1f2fea4a10ee582df29ff0f269fa89", "hash": "e50300e1c3db90ab4ce6ee941dbf980009d3dbcdf5d775fbd4c33772cb4ab522",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },