xmake: Update to version 2.9.4

This commit is contained in:
github-actions[bot] 2024-07-29 16:29:48 +00:00
parent 75ef1f6828
commit 57077959f8

View File

@ -1,16 +1,16 @@
{ {
"version": "2.9.3", "version": "2.9.4",
"description": "A cross-platform build utility based on Lua", "description": "A cross-platform build utility based on Lua",
"homepage": "https://xmake.io", "homepage": "https://xmake.io",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.3/xmake-v2.9.3.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.win64.zip",
"hash": "cbe66aff5b52c0dde135d5e418f020589186e715e4a8edd73acf1f4d2904be27" "hash": "e36c9586419a2cc0efc43f54df5027ac561775f57b9d6f44cc32aaba415ca038"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.3/xmake-v2.9.3.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.win32.zip",
"hash": "f0862d588bc7273340f40ce80febbfdeb5428d08adab522bb9ec30c344f6d6b2" "hash": "47e81e99ff0e66d3633dca321761a2f9ea6656a580eba7593faac5f3e16bb9f6"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",