mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
1003 B
JSON
25 lines
1003 B
JSON
{
|
|
"version": "1.6.2",
|
|
"description": "Tool and library to extract CAB files from InstallShield installers.",
|
|
"homepage": "https://github.com/twogood/unshield",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unshield/unshield-1.6.2-x64.7z",
|
|
"hash": "662fefefc6988a3744ddc6b5b8d2e96ac21876d532f7d23a597c4ca797764a6b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unshield/unshield-1.6.2-x86.7z",
|
|
"hash": "96eebfae4c6f81c67fb9dbd5b2108c8ab633cc140956354670b5298335cadad9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unshield/unshield-1.6.2-arm64.7z",
|
|
"hash": "3adddf7ab87e302389918da07c42332f2bcd7afa13d5c9ddc8345b035f3dbce0"
|
|
}
|
|
},
|
|
"bin": [
|
|
"unshield.exe",
|
|
"unshield-deobfuscate.exe"
|
|
]
|
|
}
|