zvm: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2023-11-02 04:27:11 +00:00
parent 2dc26a460d
commit f036f1b928

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.3.1", "version": "0.4.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.3.1/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.4.0/zvm-windows-amd64.zip",
"hash": "2694c10a84bc255d81dd44f0f6c7374abd7da1552a23e39c38d1cc97c1ca8afb", "hash": "16ba664b2d4f4ba8de66a0f536f21423b4db360f9b0f9608072681f6451844a7",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.3.1/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.4.0/zvm-windows-arm64.zip",
"hash": "3feb1bc010b8b36b1e98d223c7871ae4884fe4a898928032bf305010a412eafe", "hash": "e0b928e4470714c42eee0e9034cefcc6edad2b7c270b116c418ac77ff97e6d43",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },