diff --git a/bucket/zvm.json b/bucket/zvm.json index 16171b1d25..faf2b282d4 100644 --- a/bucket/zvm.json +++ b/bucket/zvm.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/tristanisham/zvm", - "version": "0.8.10", + "version": "0.8.11", "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.8.10/zvm-windows-amd64.zip", - "hash": "a039f9fd363c9bd93df910ec56b63d83b4d823cd668b473dc3224ee25a56c24d", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-amd64.zip", + "hash": "2e04b117d3c02931b2621e36e82e6349d7b113fd797da9dbd4e5e7bbfbb594de", "extract_dir": "zvm-windows-amd64" }, "arm64": { - "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.10/zvm-windows-arm64.zip", - "hash": "5ada85873523da660dbc93da1638140c84519c08a143db4c0a7e0e644c258911", + "url": "https://github.com/tristanisham/zvm/releases/download/v0.8.11/zvm-windows-arm64.zip", + "hash": "8d44cd15911c8251e60693417325bcaf3a2a552bae125df7d4a676e53a7c00ef", "extract_dir": "zvm-windows-arm64" } },