zvm: Update to version 0.8.2

This commit is contained in:
github-actions[bot] 2024-12-04 00:39:29 +00:00
parent e769087522
commit e3935f44c3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.8.1", "version": "0.8.2",
"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.1/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-amd64.zip",
"hash": "56e84512eee806997056c5b2c2eaa95d9f9fe13eb00330a0b2cf28b8ce8dca4c", "hash": "5beb50717c51628593a1a4ea9970f454ae8c7ab4ec398c8826d0e135a5abb8e4",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.8.1/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.2/zvm-windows-arm64.zip",
"hash": "a8b5966727f4552b6c36884ebcaff6907ab7269a16efbeeeeb6f6e61ffe8c02d", "hash": "c8c3f723155217791193cee63db224e6d27b6223dd875e32eeca5625dc3efc50",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },