zvm: Update to version 0.8.11

This commit is contained in:
github-actions[bot] 2025-12-03 20:30:06 +00:00
parent fff05e247c
commit a23ebc2b3d

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.10", "version": "0.8.11",
"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.8.10/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-amd64.zip",
"hash": "a039f9fd363c9bd93df910ec56b63d83b4d823cd668b473dc3224ee25a56c24d", "hash": "2e04b117d3c02931b2621e36e82e6349d7b113fd797da9dbd4e5e7bbfbb594de",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.10/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-arm64.zip",
"hash": "5ada85873523da660dbc93da1638140c84519c08a143db4c0a7e0e644c258911", "hash": "8d44cd15911c8251e60693417325bcaf3a2a552bae125df7d4a676e53a7c00ef",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },