dark: Update to 3.11.1 (Add DLLs) (#39)

This commit is contained in:
Hsiao-nan Cheung 2019-05-09 01:56:51 +08:00 committed by Richard Kuhnt
parent 8a6f1ff839
commit 5bae6510bc

View File

@ -2,16 +2,16 @@
"homepage": "http://wixtoolset.org/",
"license": "MS-RL",
"description": "WiX (Windows Installer XML) Toolset Decompiler",
"version": "3.11",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.zip",
"hash": "48763b0f63062ccbf4a4d852761008ae59e0c01ef3fb116883592f4a1c67c61d",
"version": "3.11.1",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.1.7z",
"hash": "b19626f134b82549303ce46d3c080986963bdcd1f2d61b99d5f270c8900e8930",
"bin": "dark.exe",
"checkver": {
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
"re": "dark-([0-9.]+).zip"
"re": "dark-([0-9.]+).7z"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.7z",
"hash": {
"url": "$url.sha256"
}