wixtoolset: Update to version 3.14 (#5534)

This commit is contained in:
Hsiao-nan Cheung 2024-02-23 19:21:33 +08:00 committed by GitHub
parent 9f574df740
commit d6bb79cf49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"