mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"version": "0.5.2",
|
|
"description": "UNIX-like reverse engineering framework and command-line toolset.",
|
|
"homepage": "https://rizin.re/",
|
|
"license": "LGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v0.5.2/rizin_installer-v0.5.2-x86_64.exe",
|
|
"hash": "70c9e49c1e859e7588d7bd41889285e831e51679faeb026d1a290d5372c74e62"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v0.5.2/rizin_installer-v0.5.2-x86.exe",
|
|
"hash": "d24ee7618b190197c5b5d1156b838d1ea8f1cb08e458c97e466aa2a2534699c8"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\rizin.exe",
|
|
"bin\\rz-asm.exe",
|
|
"bin\\rz-ax.exe",
|
|
"bin\\rz-bin.exe",
|
|
"bin\\rz-diff.exe",
|
|
"bin\\rz-find.exe",
|
|
"bin\\rz-gg.exe",
|
|
"bin\\rz-hash.exe",
|
|
"bin\\rz-run.exe",
|
|
"bin\\rz-sign.exe",
|
|
"bin\\rz-test.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/rizinorg/rizin"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86_64.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|