zvm: Update to version 0.6.4

This commit is contained in:
github-actions[bot] 2024-04-11 05:07:11 +00:00
parent a02c71dc1a
commit 140b25c3f5

View File

@ -1,17 +1,17 @@
{
"homepage": "https://github.com/tristanisham/zvm",
"version": "0.6.2",
"version": "0.6.4",
"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.6.2/zvm-windows-amd64.zip",
"hash": "e6abc86cf4fbda49c8c953a55a747612bdfed8164abc12e063819f4e6e8677c6",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.4/zvm-windows-amd64.zip",
"hash": "f4d7285bdf13c59259e7bfcede35ef2774a9dbce8ddd2eef6a3d627159104a75",
"extract_dir": "zvm-windows-amd64"
},
"arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.2/zvm-windows-arm64.zip",
"hash": "e50300e1c3db90ab4ce6ee941dbf980009d3dbcdf5d775fbd4c33772cb4ab522",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.4/zvm-windows-arm64.zip",
"hash": "675c75549805fd3583af231e4a41a6d67a5471c763ea83681fab5a8daa474045",
"extract_dir": "zvm-windows-arm64"
}
},