diff --git a/bucket/zvm.json b/bucket/zvm.json index 6cdc19a75c..96daff8ecc 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.7.7", + "version": "0.7.8", "description": "Zig Version Manager (zvm) is a tool for managing your Zig installs", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.7/zvm-windows-amd64.zip", - "hash": "3c0fbca73eecb53473e62b79a5308aacd2b6faec62747925302aff83fa50803e", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.8/zvm-windows-amd64.zip", + "hash": "7b0ea9756c9b0cd880792384f2fc8f722b2aeb39bbc352591a469d0e1eea26c3", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.7/zvm-windows-arm64.zip", - "hash": "5d0eea73a4f2ef74bcff09ff8f9598a4be4fc3a4e373eef9903ba4e7b45e7010", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.7.8/zvm-windows-arm64.zip", + "hash": "ff3b8c9ddff71bb0c23766360c6ef353075f1ecb72b8200d0a6245614030b0b4", "extract_dir": "zvm-windows-arm64" } },