mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
wixtoolset: Update to version 3.14 (#5534)
This commit is contained in:
parent
9f574df740
commit
d6bb79cf49
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"version": "3.11.2",
|
"version": "3.14",
|
||||||
"description": "Set of tools for windows installer creation.",
|
"description": "Set of tools for windows installer creation.",
|
||||||
"homepage": "https://wixtoolset.org/",
|
"homepage": "https://wixtoolset.org/",
|
||||||
"license": "MS-RL",
|
"license": "MS-RL",
|
||||||
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip",
|
"url": "https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314-binaries.zip",
|
||||||
"hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e",
|
"hash": "13f067f38969faf163d93a804b48ea0576790a202c8f10291f2000f0e356e934",
|
||||||
"bin": [
|
"bin": [
|
||||||
"candle.exe",
|
"candle.exe",
|
||||||
"dark.exe",
|
"dark.exe",
|
||||||
@ -27,8 +27,8 @@
|
|||||||
"WixToolPath": "$dir"
|
"WixToolPath": "$dir"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://wixtoolset.org/releases/",
|
"url": "https://github.com/wixtoolset/wix3/releases",
|
||||||
"regex": "releases/v([\\d.]+)/stable"
|
"regex": ">WiX Toolset v([\\d.]+)<"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip"
|
"url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user