xmake: Update to version 2.3.3

This commit is contained in:
Jakub Čábera 2020-04-26 20:02:05 +02:00
parent 5eb1ef6183
commit 041d1d62bc

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.2", "version": "2.3.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win64.zip",
"hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" "hash": "ec23cedae64b08609b9705224137217810ec97d964a4059e6ce443b208d90bb2"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win32.zip",
"hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" "hash": "090a62a5e9819d2dc0f4b45f993f6b4850892acc6c69658894d6e17d29247914"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",