zvm: Update to version 0.7.6

This commit is contained in:
github-actions[bot] 2024-09-27 20:27:45 +00:00
parent 3dde216e62
commit 5618f96fec

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.5", "version": "0.7.6",
"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.5/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.6/zvm-windows-amd64.zip",
"hash": "50ff819e0c8a1a67548d81bbcd24bf1bc4734790996278b59666400a8116b041", "hash": "2a3ff4544c5de7da16e56cb645f6a355ed0070b7e6f9706f1af4c6293a670fd4",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.5/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.6/zvm-windows-arm64.zip",
"hash": "815398e8a439530f3277cd6c464e4687c51448b90ad0861560597ccb287a1e1a", "hash": "b76359427878540a7228d919eae5197bab16718360e81b7e986a857229d6ed29",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },