zvm: Update to version 0.5.6

This commit is contained in:
github-actions[bot] 2024-03-05 04:26:48 +00:00
parent 0376c5ca55
commit 67cb585314

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.5.5", "version": "0.5.6",
"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.5/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-amd64.zip",
"hash": "23ad6d951eca065fb1a4e03505c3db110134e61a32ca52b1bcbaf126a5f2b0fc", "hash": "063ae2c5e63ec872ef6601be1afc20c4e04470d0b61244843b186ce27c445aba",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.5/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-arm64.zip",
"hash": "23fc291027f1ed169d17c6f7f239d6a64787087f161df307ebdaee5c65cef64b", "hash": "08428b019d9131def4b56e91046d725a6b179d37e4d8e97941b5bdf6dd1b4fed",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },