zvm: Update to version 0.8.13

This commit is contained in:
github-actions[bot] 2026-01-27 00:46:32 +00:00
parent 13c3f0bdb5
commit 5f230e1076

View File

@ -1,17 +1,17 @@
{
"homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.12",
"version": "0.8.13",
"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.12/zvm-windows-amd64.zip",
"hash": "cb09f23db3314e5a4fad46e67d0a0de921d489316ab1796450f607665b2729f5",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.13/zvm-windows-amd64.zip",
"hash": "cb8749149c943458ffabe777fb317612a6fddd88ea8748293260a5075fef0e5c",
"extract_dir": "zvm-windows-amd64"
},
"arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.12/zvm-windows-arm64.zip",
"hash": "6dd3b868938d56a9a82fef3567873d79ecd5622ac1a6c589696194b0320ac319",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.13/zvm-windows-arm64.zip",
"hash": "4c60b19306940a5dc526849e869cffe84e8726bcb0e7b0f82673055da36ffceb",
"extract_dir": "zvm-windows-arm64"
}
},