diff --git a/bucket/xmake.json b/bucket/xmake.json index a4c7dc7203..e37e0ca7c2 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -3,14 +3,28 @@ "description": "A cross-platform build utility based on Lua", "version": "2.2.7", "license": "Apache-2.0", - "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip", - "hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca", + "architecture": { + "64bit": { + "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win64.zip", + "hash": "5d04c7ef1bf3e1f178884f624a0c96dc21cf8a53ec54b1f2a95b9fd590b476ee" + }, + "32bit": { + "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip", + "hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca" + } + }, "bin": "xmake.exe", - "extract_dir": "xmake", "checkver": { "github": "https://github.com/xmake-io/xmake" }, "autoupdate": { - "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip" + "architecture": { + "64bit": { + "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip" + }, + "32bit": { + "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip" + } + } } }