zvm: Update to version 0.8.12

This commit is contained in:
github-actions[bot] 2026-01-23 00:45:22 +00:00
parent a1dc8616e3
commit 447fc4d0e1

View File

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