mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
radare2: update URL (#3119)
This commit is contained in:
parent
da9167f883
commit
08df9023a3
10
radare2.json
10
radare2.json
@ -4,11 +4,11 @@
|
|||||||
"homepage": "https://www.radare.org/r/",
|
"homepage": "https://www.radare.org/r/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/3.2.1/radare2_installer-msvc_64-3.2.1.exe",
|
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_64-3.2.1.exe",
|
||||||
"hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7"
|
"hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/3.2.1/radare2_installer-msvc_32-3.2.1.exe",
|
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_32-3.2.1.exe",
|
||||||
"hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589"
|
"hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -46,14 +46,14 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_64-$version.exe"
|
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_64-$version.exe"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_32-$version.exe"
|
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_32-$version.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://radare.mikelloc.com/get/$version/checksums.sha1sum"
|
"url": "$baseurl/checksums.sha1sum"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user