xmake: Update to version 2.7.1

This commit is contained in:
github-actions[bot] 2022-08-26 12:31:30 +00:00
parent 8878ba5ce4
commit 4eb5bca761

View File

@ -1,16 +1,16 @@
{ {
"version": "2.6.9", "version": "2.7.1",
"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.6.9/xmake-v2.6.9.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win64.zip",
"hash": "3aad46503af10a467bb04b723ed8ba1ec24607e22a335a54ce011e1c4f255855" "hash": "6e0d36e18248d06827a8a11ab5433c68786bf8164ed36eba7bdbf4fa45dd21db"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.9/xmake-v2.6.9.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win32.zip",
"hash": "7d910e2c51bd80c62cac1346b0cf6aee8f50c4b1993eb41b8accf0d826fa8434" "hash": "2c9dbf1b059ea37c29da0c76422f0292537b8a838e2d64f5d8350f3a5318da05"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",