xmake: Update to version 2.3.4

This commit is contained in:
Jakub Čábera 2020-06-07 20:31:51 +02:00
parent 3d66a0cc56
commit b1bace73a5

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://xmake.io", "homepage": "https://xmake.io",
"description": "A cross-platform build utility based on Lua", "description": "A cross-platform build utility based on Lua",
"version": "2.3.3", "version": "2.3.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win64.zip",
"hash": "ec23cedae64b08609b9705224137217810ec97d964a4059e6ce443b208d90bb2" "hash": "2397d5d0da5f8290bd49a3d4e4b43b42df30360a865d9003ff875812cdc1196b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win32.zip",
"hash": "090a62a5e9819d2dc0f4b45f993f6b4850892acc6c69658894d6e17d29247914" "hash": "633d90d773d7f4f6730710ea4336bc0847268881b250660fb761111fe05a1176"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",