xmake: Update to version 2.5.1

This commit is contained in:
Jakub Čábera 2021-01-21 07:34:23 +01:00
parent c3757b0a55
commit 499250a7c7

View File

@ -1,16 +1,16 @@
{
"version": "2.3.9",
"version": "2.5.1",
"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.3.9/xmake-v2.3.9.win64.zip",
"hash": "3ee3d14507dbf0eb1f10f52618b8d91290fef5363a9eeedd2763effd85495e98"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.1/xmake-v2.5.1.win64.zip",
"hash": "eb261176909e165cc5a500ec152a40ff633f47b2730a4da82d1e6aaa9b059c53"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.win32.zip",
"hash": "c3fc4ee67ed70e099a3a3e3a5e3be90e3a0934df422c4a0ea22c1f3e13bd4672"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.1/xmake-v2.5.1.win32.zip",
"hash": "fde6f90ebef2d87474dd681de60e582e57067617ef1fa6dbc68250729ef08452"
}
},
"extract_dir": "xmake",