zvm: Update to version 0.5.2

This commit is contained in:
github-actions[bot] 2024-02-01 04:25:48 +00:00
parent 69fb1d90b0
commit ef148eb82e

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.5.1", "version": "0.5.2",
"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.1/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.2/zvm-windows-amd64.zip",
"hash": "c91e79ac42d811e6a46abec19dab0771bd2c371dc43f199c2efb5688f68f96f3", "hash": "2498cb7d32d0b8d2a2fcca1ecf97e2faeb797e761da5bc3c82584df9e706e89b",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.1/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.5.2/zvm-windows-arm64.zip",
"hash": "688bbfa7870c42b1ed39e6cfe03836820c5c1388a5750b110e58615d3a29d17e", "hash": "326c9a707205d2dda33970314286541cc4a09b67c822f22d5930408fbe596d75",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },