mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
this commit adds - `rz-agent.exe` - `rz-asm.exe` - `rz-sign.exe` - `rz-test.exe` to `bin`
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"version": "0.4.1",
|
|
"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.4.1/rizin_installer-v0.4.1-x86_64.exe",
|
|
"hash": "c29e8e83fc235e3603f9731c13dcfe915971871871390c766e4f2505d31bb613"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v0.4.1/rizin_installer-v0.4.1-x86.exe",
|
|
"hash": "4476e42de1dfba64b70427c811f908e01509be182491556790effdb48215b484"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\rizin.exe",
|
|
"bin\\rz-agent.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"
|
|
}
|
|
}
|
|
}
|
|
}
|