dark: Use zip instead of 7z package

This commit is contained in:
Richard Kuhnt 2019-05-12 12:57:19 +02:00
parent fee0b5a64c
commit 501ec9895c

View File

@ -3,15 +3,15 @@
"license": "MS-RL", "license": "MS-RL",
"description": "WiX (Windows Installer XML) Toolset Decompiler", "description": "WiX (Windows Installer XML) Toolset Decompiler",
"version": "3.11.1", "version": "3.11.1",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.1.7z", "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.1.zip",
"hash": "b19626f134b82549303ce46d3c080986963bdcd1f2d61b99d5f270c8900e8930", "hash": "18b33358bda279f37444a1e8a88eaffff677fe99ebb2d278e6a4d07975cc13d9",
"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.]+).7z" "re": "dark-([0-9.]+).7z"
}, },
"autoupdate": { "autoupdate": {
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.7z", "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
"hash": { "hash": {
"url": "$url.sha256" "url": "$url.sha256"
} }