zvm: Update to version 0.8.8

This commit is contained in:
github-actions[bot] 2025-08-19 00:40:14 +00:00
parent cb8ac60f61
commit 7f5f060b03

View File

@ -1,17 +1,17 @@
{
"homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.7",
"version": "0.8.8",
"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.7/zvm-windows-amd64.zip",
"hash": "c43ad175e6e00f6bc15acacd07c7a67226a5959e3d31942db6a9614a0d043fdf",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.8/zvm-windows-amd64.zip",
"hash": "49a847cb12d6597b18c802c76123e43b5101a904ffaa56317272a5d04673cfb3",
"extract_dir": "zvm-windows-amd64"
},
"arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-arm64.zip",
"hash": "9b170bb189f8489d39f72a9cad29d6e94db40d6e408f1d433a1f12deabbbfc04",
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.8/zvm-windows-arm64.zip",
"hash": "96118b5de949de40831794bcf01d73e726abf250ebe79e98752ecddda58e12d7",
"extract_dir": "zvm-windows-arm64"
}
},