zvm: Update to version 0.5.1

This commit is contained in:
github-actions[bot] 2024-01-31 04:25:20 +00:00
parent 1a5dee6f92
commit cc37c1d629

View File

@ -1,17 +1,17 @@
{
"homepage": "https://github.com/tristanisham/zvm",
"version": "0.5.0",
"version": "0.5.1",
"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.5.0/zvm-windows-amd64.zip",
"hash": "94ee7b22758de9022294d556b601db197454c1302140c241602b7083cd5145fc",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.1/zvm-windows-amd64.zip",
"hash": "c91e79ac42d811e6a46abec19dab0771bd2c371dc43f199c2efb5688f68f96f3",
"extract_dir": "zvm-windows-amd64"
},
"arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.0/zvm-windows-arm64.zip",
"hash": "7be9da5d4ea5328e9919c243a6b8d32c78573ef39416ee4c10a2aaf9854e77a8",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.1/zvm-windows-arm64.zip",
"hash": "688bbfa7870c42b1ed39e6cfe03836820c5c1388a5750b110e58615d3a29d17e",
"extract_dir": "zvm-windows-arm64"
}
},