zvm: Update to version 0.7.5

This commit is contained in:
github-actions[bot] 2024-09-13 04:28:36 +00:00
parent 78d04a9d57
commit c1fe5ed5ad

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.4", "version": "0.7.5",
"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.7.4/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-amd64.zip",
"hash": "83ae59964aee0911d6a85a53b6736a9b03013be3da03982d37687069e974d0a4", "hash": "50ff819e0c8a1a67548d81bbcd24bf1bc4734790996278b59666400a8116b041",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-arm64.zip",
"hash": "f4aa866d1ec2178cf12f2f59544aa60daf87cf0221f48d0847ad5b349245a635", "hash": "815398e8a439530f3277cd6c464e4687c51448b90ad0861560597ccb287a1e1a",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },