zvm: Update to version 0.5.5

This commit is contained in:
github-actions[bot] 2024-02-14 04:25:27 +00:00
parent b6ebad065d
commit 92d35232a8

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.5.4", "version": "0.5.5",
"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.5.4/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-amd64.zip",
"hash": "4b23cc155f42a1d5c8ee6cf974dab36c3456d0e28731b696151629008130cd7b", "hash": "23ad6d951eca065fb1a4e03505c3db110134e61a32ca52b1bcbaf126a5f2b0fc",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.4/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-arm64.zip",
"hash": "4240a3cc6854f2c333040efa1fcff6d3ae165c77cf4f60c217876a41d39c7aed", "hash": "23fc291027f1ed169d17c6f7f239d6a64787087f161df307ebdaee5c65cef64b",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },