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