zvm: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2024-05-27 12:30:56 +00:00
parent 48b47ef89f
commit cdcd9a0654

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.6.7", "version": "0.7.0",
"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.6.7/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.0/zvm-windows-amd64.zip",
"hash": "2cf0bfd23c36ae842feaf12174fe1bedd9d07cad7063f5c12c4dffe8d299f9e5", "hash": "ca020f2899c723ad9bc362619477b9c4ecd64bdca00e9cd8c3a0b5d7f52de152",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.6.7/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.0/zvm-windows-arm64.zip",
"hash": "4a16d3086a54c9da14d644eac35afaf8d64e099aeacabce71854f3e253b6edbf", "hash": "795b3c4029c1106e71224092ab69dae8218680204761b81e1d3219400fa008f0",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },