From 9cb559b2ff979526cfbf73f11f046413f45abd11 Mon Sep 17 00:00:00 2001 From: Dany-coder778 <79911639+Dany-coder778@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:31:08 +0200 Subject: [PATCH] capstone: Add version 4.0.2 (#3911) * capstone: Add version 4.0.2 * Update bucket/capstone.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/capstone.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/capstone.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/capstone.json diff --git a/bucket/capstone.json b/bucket/capstone.json new file mode 100644 index 0000000000..0050cc5128 --- /dev/null +++ b/bucket/capstone.json @@ -0,0 +1,32 @@ +{ + "version": "4.0.2", + "description": "Capstone disassembly/disassembler framework", + "homepage": "https://github.com/capstone-engine/capstone", + "license": "BSD-3-Clause-Clear", + "architecture": { + "64bit": { + "url": "https://github.com/capstone-engine/capstone/releases/download/4.0.2/capstone-4.0.2-win64.zip", + "hash": "eae21d2a5baeed5de40ff07bd4baca5195cbf63b16919bf4e0ca2e4a4eb14bbc", + "extract_dir": "capstone-4.0.2-win64" + }, + "32bit": { + "url": "https://github.com/capstone-engine/capstone/releases/download/4.0.2/capstone-4.0.2-win32.zip", + "hash": "3bfbfe975eafc95ebf1b756dfcdd10c8d88fa244099cbe9c055241b48e0a8a17", + "extract_dir": "capstone-4.0.2-win32" + } + }, + "bin": "cstool.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/capstone-engine/capstone/releases/download/$version/capstone-$version-win64.zip", + "extract_dir": "capstone-$version-win64" + }, + "32bit": { + "url": "https://github.com/capstone-engine/capstone/releases/download/$version/capstone-$version-win32.zip", + "extract_dir": "capstone-$version-win32" + } + } + } +}