zvm: Update to version 0.6.0

This commit is contained in:
github-actions[bot] 2024-03-28 01:14:44 +00:00
parent cc8b7918d3
commit e87f56cac3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/tristanisham/zvm", "homepage": "https://github.com/tristanisham/zvm",
"version": "0.5.6", "version": "0.6.0",
"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.5.6/zvm-windows-amd64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.0/zvm-windows-amd64.zip",
"hash": "063ae2c5e63ec872ef6601be1afc20c4e04470d0b61244843b186ce27c445aba", "hash": "009f9e3f7dd70c64ffc95fd5215c97971eef5cac2320433eb9dd48528cf21d0b",
"extract_dir": "zvm-windows-amd64" "extract_dir": "zvm-windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/tristanisham/zvm/releases/download/v0.5.6/zvm-windows-arm64.zip", "url": "https://github.com/tristanisham/zvm/releases/download/v0.6.0/zvm-windows-arm64.zip",
"hash": "08428b019d9131def4b56e91046d725a6b179d37e4d8e97941b5bdf6dd1b4fed", "hash": "c174fa7edde3408bfbbac99e70042dda7521d210b882e5287d6d0d8b2b2f40cc",
"extract_dir": "zvm-windows-arm64" "extract_dir": "zvm-windows-arm64"
} }
}, },