mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"version": "0.6.3",
|
|
"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.6.3/rizin_installer-v0.6.3-x86_64.exe",
|
|
"hash": "6d474d5b8eb7842abae763c1a46e7dd23feffd3b41445a2aa14cc144dbf7f8c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin_installer-v0.6.3-x86.exe",
|
|
"hash": "14520d2d4fc20d809cc35a9aec7197ad075f54089d8c50f63d29e6beedc1408b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|