xmake: Update to version 2.5.7

This commit is contained in:
Jakub Čábera 2021-08-29 00:16:09 -07:00
parent defc7d08f7
commit 117101ef9a

View File

@ -1,16 +1,16 @@
{
"version": "2.5.6",
"version": "2.5.7",
"description": "A cross-platform build utility based on Lua",
"homepage": "https://xmake.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win64.zip",
"hash": "69be3076824f05a47fea33cd329f5c72b764e8a4f2fb0aa73afc43f3418ee0f9"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.7/xmake-v2.5.7.win64.zip",
"hash": "7d8b3c4daa914677a05aa6d40d8e48fa72b91ba01bcbb267dd12a0a32d91246d"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win32.zip",
"hash": "73dce71e97ea28f2a92bd1a65ab61e273bfb655de8a4e714d87ef115f9d83038"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.7/xmake-v2.5.7.win32.zip",
"hash": "153926d0c89dbad411a7e7702b811bf415e5f2873c4089bb2d7532bdb261c524"
}
},
"extract_dir": "xmake",