dark: Update to version 3.14.1 (#6731)

This commit is contained in:
Hsiao-nan Cheung 2025-04-17 17:10:44 +08:00 committed by GitHub
parent ceda518681
commit 2f6cbd35a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,9 @@
{ {
"version": "3.14", "version": "3.14.1",
"description": "WiX (Windows Installer XML) Toolset Decompiler", "description": "WiX (Windows Installer XML) Toolset Decompiler",
"homepage": "https://wixtoolset.org/", "homepage": "https://wixtoolset.org/",
"license": "MS-RL", "license": "MS-RL",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.14.zip", "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.14.1.zip",
"hash": "00d2ea381f6b37d48bd35f86660ca854d0ff1d687270f25aae105e71c1550e81", "hash": "cad986d43d59ed27c711b15113ea118c3a600c7e625130201ba946bcc70f5905",
"bin": "dark.exe", "bin": "dark.exe"
"checkver": {
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
"regex": "dark-([\\d.]+)\\.zip",
"reverse": true
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
"hash": {
"url": "$url.sha256"
}
}
} }