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