From ea73f9c066496580737849eb8c9193c7e61cf2cb Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sat, 30 Jul 2022 09:43:20 +0800 Subject: [PATCH] unshield: Add version 1.5.1 (#3790) --- bucket/unshield.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/unshield.json diff --git a/bucket/unshield.json b/bucket/unshield.json new file mode 100644 index 0000000000..3872b36526 --- /dev/null +++ b/bucket/unshield.json @@ -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" + ] +}