mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
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:
parent
17f43c00e5
commit
9cb559b2ff
32
bucket/capstone.json
Normal file
32
bucket/capstone.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user