zvm: Update to version 0.7.4

This commit is contained in:
github-actions[bot] 2024-08-02 00:33:35 +00:00
parent 3fa1d121df
commit 9beabc0d26

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.7.3", "version": "0.7.4",
"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.3/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-amd64.zip",
"hash": "07a2acb85e81d8921cfb83b6e7fb4ea56e2e5a0ecdb147c445b728cb3fd4b28a", "hash": "83ae59964aee0911d6a85a53b6736a9b03013be3da03982d37687069e974d0a4",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.7.3/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.4/zvm-windows-arm64.zip",
"hash": "838dc69f1fecedd5683cee61eb567f18e01ecc99abb3aa5a1d02195a545a6503", "hash": "f4aa866d1ec2178cf12f2f59544aa60daf87cf0221f48d0847ad5b349245a635",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },