xmake: Update to version 2.9.2

This commit is contained in:
github-actions[bot] 2024-05-24 00:33:54 +00:00
parent 79eee58fbc
commit 20b83a6073

View File

@ -1,16 +1,16 @@
{ {
"version": "2.9.1", "version": "2.9.2",
"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.9.1/xmake-v2.9.1.win64.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.2/xmake-v2.9.2.win64.zip",
"hash": "af28634644b06390351bfde9da602c4e4eb70c1d509d5956b0ab906f5ba25642" "hash": "cc6abe2c1592859e51656bcbdcc40baac4d9b135abc2efc9883f76d9f0d5ebb1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.1/xmake-v2.9.1.win32.zip", "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.2/xmake-v2.9.2.win32.zip",
"hash": "56ab2c03d3aa9554e7586300fd8bc56247aa0f601859cfc8fd7fd6ff5bc81392" "hash": "65a93b6e5f61a12e6a2c0fa299298af80d2cb49dc960c48ce957a8d820c9ea30"
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",