mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 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-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"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|