zvm: Update to version 0.8.4

This commit is contained in:
github-actions[bot] 2025-01-10 20:29:09 +00:00
parent c44c43043c
commit 009a7a9bab

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.2", "version": "0.8.4",
"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.8.2/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.4/zvm-windows-amd64.zip",
"hash": "5beb50717c51628593a1a4ea9970f454ae8c7ab4ec398c8826d0e135a5abb8e4", "hash": "432e0995f04b8e32e9590c7d2ba4c6de3271429f2d9cc8bdccd0c4f175d26d31",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.4/zvm-windows-arm64.zip",
"hash": "c8c3f723155217791193cee63db224e6d27b6223dd875e32eeca5625dc3efc50", "hash": "fe959af9ce0e5aa86bca7c225fd2b755c76aec21386447951ff725e6fd21c1cc",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },