zvm: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2023-10-31 04:25:43 +00:00
parent bc4dda99db
commit fc80cd869a

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.2.4", "version": "0.3.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.2.4/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-amd64.zip",
"hash": "4d94aa617ca3685431028db4ac7c7a9523d25fb2911aa1bf28e0349e193c3802", "hash": "c8aea78b613589da738c2605a6452951dba9abe5a2826ce6786e5b3d5da1c2f9",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.2.4/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.3.0/zvm-windows-arm64.zip",
"hash": "380570a427d59d1bc5dddaf43fb3a9039366b4e5780591e71fee90c4afbbba47", "hash": "418e2423703af89707d86c8617281a04bf8c31865a58267e9b5728ca4a1d9143",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },