xmake: Update to version 2.7.9

This commit is contained in:
github-actions[bot] 2023-05-15 12:31:27 +00:00
parent 0bd9c2bd49
commit 96ac01cf15

View File

@ -1,16 +1,16 @@
{ {
"version": "2.7.8", "version": "2.7.9",
"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.8/xmake-v2.7.8.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win64.zip",
"hash": "d80177ff7c1754c108dd216ff98ca0512c3542666a3b7165a107cc5199643ac8" "hash": "32a4026440743104d7cbe2631210ceb8114254607f8020b99d1d9b269d8fe747"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win32.zip",
"hash": "785b3221e25db2c8ef0294d6110954f4358c5ca82fe9ea952e4d2d34a39fb748" "hash": "a05b7787f6c308f731795e5287719c33ccae6e581c5946023910cab470412480"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",