xmake: Update to version 2.5.5

This commit is contained in:
Jakub Čábera 2021-06-30 23:12:31 -07:00
parent 50c5548cdf
commit 67a3f4e89d

View File

@ -1,16 +1,16 @@
{ {
"version": "2.5.4", "version": "2.5.5",
"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.5.4/xmake-v2.5.4.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.5/xmake-v2.5.5.win64.zip",
"hash": "7699e02c17c1564e711f403e8052b506d0670aa17663f39bb90ebab32ef882cb" "hash": "824d7652ab06cc0e27e7edce9226bd07ff1a465df65bce8fb95cebeae02a6991"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.5/xmake-v2.5.5.win32.zip",
"hash": "56ae568bdd5faa48dc1a1767ed4a7953f5731eb4d1c4f3373b5b32d076687859" "hash": "e272b51d52cef065cf672fdb41b05d7736b1b0473767384089217a33ef0fc4ec"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",