zvm: Update to version 0.8.7

This commit is contained in:
github-actions[bot] 2025-05-24 04:29:27 +00:00
parent a43bff9c2f
commit faa572c87f

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.6", "version": "0.8.7",
"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.6/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-amd64.zip",
"hash": "64398f5a8dc9af2e141a328c9b72dece962b9fde27fb8c3a865a8aa747605f94", "hash": "c43ad175e6e00f6bc15acacd07c7a67226a5959e3d31942db6a9614a0d043fdf",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.6/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.7/zvm-windows-arm64.zip",
"hash": "576c2e203b7b2eb31e6bdf12b1df5701c2ffca12547da628036ac3f99a55b88c", "hash": "9b170bb189f8489d39f72a9cad29d6e94db40d6e408f1d433a1f12deabbbfc04",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },