mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"version": "4.3.1",
|
|
"description": "Portable reversing framework",
|
|
"homepage": "https://www.radare.org/r/",
|
|
"license": "LGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://radare.mikelloc.com/get/4.3.1/radare2-msvc_64-4.3.1.zip",
|
|
"hash": "sha1:4066fc7d1ffd21cd51a189a032dc5c7a1c81c712",
|
|
"extract_dir": "radare2-vs2017_64-4.3.1"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"bin\\radare2.exe",
|
|
"r2"
|
|
],
|
|
"bin\\r2agent.exe",
|
|
"bin\\rabin2.exe",
|
|
"bin\\radare2.exe",
|
|
"bin\\radiff2.exe",
|
|
"bin\\rafind2.exe",
|
|
"bin\\ragg2.exe",
|
|
"bin\\rahash2.exe",
|
|
"bin\\rarun2.exe",
|
|
"bin\\rasm2.exe",
|
|
"bin\\rax2.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.radare.org/r/down.html",
|
|
"regex": "last release is ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
|
|
"extract_dir": "radare2-vs2017_64-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.sha1sum"
|
|
}
|
|
}
|
|
}
|