xmake: Update to version 2.5.4

This commit is contained in:
Jakub Čábera 2021-05-15 09:24:17 -07:00
parent 63cab6640c
commit bcfad0fb6e

View File

@ -1,16 +1,16 @@
{
"version": "2.5.3",
"version": "2.5.4",
"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.3/xmake-v2.5.3.win64.zip",
"hash": "9af7be6e76dda429e951b84e0db070a8d8cddb4d319f1ec1e1676111599e810c"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win64.zip",
"hash": "7699e02c17c1564e711f403e8052b506d0670aa17663f39bb90ebab32ef882cb"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.3/xmake-v2.5.3.win32.zip",
"hash": "e5f6629f7507d6915fcdbaad1e127eb92cd037d795643eddb43831192b7e6109"
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win32.zip",
"hash": "56ae568bdd5faa48dc1a1767ed4a7953f5731eb4d1c4f3373b5b32d076687859"
}
},
"extract_dir": "xmake",