zvm: Update to version 0.6.1

This commit is contained in:
github-actions[bot] 2024-03-28 09:07:13 +00:00
parent 43624af2c0
commit c8c3b7b8a3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.6.0", "version": "0.6.1",
"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.6.0/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.1/zvm-windows-amd64.zip",
"hash": "009f9e3f7dd70c64ffc95fd5215c97971eef5cac2320433eb9dd48528cf21d0b", "hash": "520eaa23ea323c9338c359bbbeb01046fcadfdd358dc22f539c7429f42d5feb6",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.0/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.1/zvm-windows-arm64.zip",
"hash": "c174fa7edde3408bfbbac99e70042dda7521d210b882e5287d6d0d8b2b2f40cc", "hash": "51b5be265a9b705444fdd9c4e7e0b0d3ac1f2fea4a10ee582df29ff0f269fa89",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },