zvm: Update to version 0.7.9

This commit is contained in:
github-actions[bot] 2024-10-28 20:28:19 +00:00
parent 3806d1bfca
commit e3cbd5596d

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.8", "version": "0.7.9",
"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.8/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.9/zvm-windows-amd64.zip",
"hash": "7b0ea9756c9b0cd880792384f2fc8f722b2aeb39bbc352591a469d0e1eea26c3", "hash": "ef29605cf3b09a3d2379df17852063a808652d7640d0f66fc30b43c75d877514",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.8/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.9/zvm-windows-arm64.zip",
"hash": "ff3b8c9ddff71bb0c23766360c6ef353075f1ecb72b8200d0a6245614030b0b4", "hash": "d3cf11624b7d854aafe08f217082e100cc95e0d5d699cba29fb2b84cb8248973",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },