mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
radare2: Update to version 3.5.1 (drop 32bit support)
close https://github.com/lukesampson/scoop/issues/3467
This commit is contained in:
parent
b2b7370cb0
commit
ca08f50b58
@ -1,32 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "3.2.1",
|
"version": "3.5.1",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"homepage": "https://www.radare.org/r/",
|
"homepage": "https://www.radare.org/r/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_64-3.2.1.exe",
|
"url": "https://radare.mikelloc.com/get/3.5.1/radare2-msvc_64-3.5.1.zip",
|
||||||
"hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7"
|
"hash": "sha1:95ab04202a57ed6424a7fe471d2868fbe1e0208b",
|
||||||
},
|
"extract_dir": "radare2-vs2017_64-3.5.1"
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_32-3.2.1.exe",
|
|
||||||
"hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer": {
|
|
||||||
"args": [
|
|
||||||
"/SILENT",
|
|
||||||
"/SUPPRESSMSGBOXES",
|
|
||||||
"/DIR=$dir"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"uninstaller": {
|
|
||||||
"file": "unins000.exe",
|
|
||||||
"args": [
|
|
||||||
"/SILENT",
|
|
||||||
"/SUPPRESSMSGBOXES",
|
|
||||||
"/NOCANCEL"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"r2agent.exe",
|
"r2agent.exe",
|
||||||
"rabin2.exe",
|
"rabin2.exe",
|
||||||
@ -46,10 +28,8 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_64-$version.exe"
|
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
|
||||||
},
|
"extract_dir": "radare2-vs2017_64-$version"
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_32-$version.exe"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user