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>
This commit is contained in:
Dany-coder778 2022-09-14 15:31:08 +02:00 committed by GitHub
parent 17f43c00e5
commit 9cb559b2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
bucket/capstone.json Normal file
View File

@ -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"
}
}
}
}