zvm: Update to version 0.7.7

This commit is contained in:
github-actions[bot] 2024-10-25 04:30:39 +00:00
parent 20b6a7b0de
commit 48670a84d3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.6", "version": "0.7.7",
"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.7.6/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.7/zvm-windows-amd64.zip",
"hash": "2a3ff4544c5de7da16e56cb645f6a355ed0070b7e6f9706f1af4c6293a670fd4", "hash": "3c0fbca73eecb53473e62b79a5308aacd2b6faec62747925302aff83fa50803e",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.6/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.7/zvm-windows-arm64.zip",
"hash": "b76359427878540a7228d919eae5197bab16718360e81b7e986a857229d6ed29", "hash": "5d0eea73a4f2ef74bcff09ff8f9598a4be4fc3a4e373eef9903ba4e7b45e7010",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },