From d6bb79cf493c8986174b2df7c477ac4a5df587dc Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 23 Feb 2024 19:21:33 +0800 Subject: [PATCH] wixtoolset: Update to version 3.14 (#5534) --- bucket/wixtoolset.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wixtoolset.json b/bucket/wixtoolset.json index ce5ce81b94..f0a8682074 100644 --- a/bucket/wixtoolset.json +++ b/bucket/wixtoolset.json @@ -1,10 +1,10 @@ { - "version": "3.11.2", + "version": "3.14", "description": "Set of tools for windows installer creation.", "homepage": "https://wixtoolset.org/", "license": "MS-RL", - "url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip", - "hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e", + "url": "https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314-binaries.zip", + "hash": "13f067f38969faf163d93a804b48ea0576790a202c8f10291f2000f0e356e934", "bin": [ "candle.exe", "dark.exe", @@ -27,8 +27,8 @@ "WixToolPath": "$dir" }, "checkver": { - "url": "https://wixtoolset.org/releases/", - "regex": "releases/v([\\d.]+)/stable" + "url": "https://github.com/wixtoolset/wix3/releases", + "regex": ">WiX Toolset v([\\d.]+)<" }, "autoupdate": { "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip"