From 73bcbc61cd19d26e6fecab96cb8b87b48b25940f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 21 Dec 2019 03:00:22 +0000 Subject: [PATCH] xmake: Update to version 2.2.9 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 177e838987..15671110ff 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { "homepage": "https://xmake.io", "description": "A cross-platform build utility based on Lua", - "version": "2.2.8", + "version": "2.2.9", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.8/xmake-v2.2.8.win64.zip", - "hash": "d7281759fa13ec7c489e4f7ccaf044df32db2d13d117c65dd257d56b4303b4ef" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win64.zip", + "hash": "07ae3d197886c1b8c4132888b78bce927bbab5b0de27c17ed26ba943c067fdf0" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.8/xmake-v2.2.8.win32.zip", - "hash": "5acf646433b430b80a6b350f219a92dc051a324fb7b363c11e916c8ee91670ea" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win32.zip", + "hash": "955cbfc2cd85e3fc581de4e905d20af266b4c0ed2fbcaf024254c2ba488ee442" } }, "extract_dir": "xmake",