unshield: Add version 1.5.1 (#3790)

This commit is contained in:
Issac Lin 2022-07-30 09:43:20 +08:00 committed by GitHub
parent 986d9feec1
commit ea73f9c066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
bucket/unshield.json Normal file
View File

@ -0,0 +1,16 @@
{
"version": "1.5.1",
"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.5.1.7z",
"hash": "dcf6a9f9087b8b7f95d6a1723a04caa564f18c557f3a220be726a82524b36f61"
}
},
"bin": [
"unshield.exe",
"unshield-deobfuscate.exe"
]
}