xmake: Update to version 2.7.4

This commit is contained in:
github-actions[bot] 2022-12-24 08:27:48 +00:00
parent 64d99aa4ea
commit 19ff9f5dbb

View File

@ -1,16 +1,16 @@
{ {
"version": "2.7.3", "version": "2.7.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.7.3/xmake-v2.7.3.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win64.zip",
"hash": "bb3220f1cf7fe7235b88055c122c3c4b01a3e43b08486d56a2e77202b533626a" "hash": "f80a26593c3d2dad43b3f8c2ac3aed2885d58504bfe39bfec4f830382e3ac589"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.7.3/xmake-v2.7.3.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win32.zip",
"hash": "470213293b55b6ada68de54bacbd51419b94066b8cf6e386587b670ff1a178cd" "hash": "7b04a41733c59e91b089c879bfb33fb50a9d5fe4d5a5250463a988b618f97b81"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",