diff --git a/bucket/xmake.json b/bucket/xmake.json index 6372a2e2a4..8d83108157 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.1", + "version": "2.8.2", "description": "A cross-platform build utility based on Lua", "homepage": "https://xmake.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win64.zip", - "hash": "9a18c3d9fd344d33f80ddbf76224d8476312c7a8a4332ed4a526e28adc6b3835" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.win64.zip", + "hash": "a729d7e72c03a56684d43be9cb19a5c3d061f3e5df8b0da91101103caeec4217" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win32.zip", - "hash": "6c4582166a4814ae86ce7ba205fe253288490fa5178a96fe2ba3890ff9d665cf" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.win32.zip", + "hash": "4162c7ea96acc06482409e4bc5c25147563ed609f6719a11f51d30136656f304" } }, "extract_dir": "xmake",