zvm: Update to version 0.7.3

This commit is contained in:
github-actions[bot] 2024-06-23 08:26:34 +00:00
parent 3bf5a0f64f
commit 53ad00cb4f

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.2", "version": "0.7.3",
"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.2/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.3/zvm-windows-amd64.zip",
"hash": "e9f44f2daef3b8954dc3614ed7c136e39d24a003d5253c430b88df1bc4f2caa6", "hash": "07a2acb85e81d8921cfb83b6e7fb4ea56e2e5a0ecdb147c445b728cb3fd4b28a",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.2/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.3/zvm-windows-arm64.zip",
"hash": "e7e42c8be8503eb529d72ea51459bc2f13622f5897dd494bad3e57fb18b43276", "hash": "838dc69f1fecedd5683cee61eb567f18e01ecc99abb3aa5a1d02195a545a6503",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },