From ec651808ee483f8139e7a0c8c12cff0adca01865 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:02 +0000 Subject: [PATCH] xmake: Update to version 2.6.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index fbb6ec3a3b..a44d3f24da 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.9", + "version": "2.6.1", "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.9/xmake-v2.5.9.win64.zip", - "hash": "64c033965d8d42a54a600a6e8ce62bb6c0531c2f0e01fc0b2b4c9c32046c89f9" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.1/xmake-v2.6.1.win64.zip", + "hash": "08a2a411f0ac738f3e77f475bd936e16845891618ba927ee6c115ac05494fec9" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.9/xmake-v2.5.9.win32.zip", - "hash": "84d062942eb5df54c50c762c55fc648c3d731be948aab03ae911ffbb4b00ea00" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.1/xmake-v2.6.1.win32.zip", + "hash": "4ca95e073fd168d0c2c1fdb91f47d762ede62e1571409701f853dfdc92629d8c" } }, "extract_dir": "xmake",