mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Ports: Update radare2 from 5.4.0 to the latest 5.7.0
This commit is contained in:
parent
b0461c1522
commit
a33b9a8bca
Notes:
sideshowbarker
2024-07-17 10:26:44 +09:00
Author: https://github.com/radare Commit: https://github.com/SerenityOS/serenity/commit/a33b9a8bca Pull-request: https://github.com/SerenityOS/serenity/pull/14188
2 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`quake2`](quake2/) | QuakeII | 0.1 | https://github.com/SerenityOS/SerenityQuakeII |
|
||||
| [`quake3`](quake3/) | QuakeIII | 1.34 | https://github.com/ioquake/ioq3 |
|
||||
| [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.8 | https://github.com/radareorg/r0 |
|
||||
| [`radare2`](radare2/) | radare2 reverse engineering framework | 5.4.0-git | https://github.com/radareorg/radare2 |
|
||||
| [`radare2`](radare2/) | radare2 reverse engineering framework | 5.7.0 | https://github.com/radareorg/radare2 |
|
||||
| [`readline`](readline/) | GNU Readline Library | 8.1.2 | https://tiswww.case.edu/php/chet/readline/rltop.html |
|
||||
| [`RetroArch`](RetroArch/) | RetroArch | 1.10.3 | https://www.retroarch.com |
|
||||
| [`RISCVEmu`](RISCVEmu/) | A Basic C++ RISC-V Emulator | ad8ad6a | https://github.com/IdanHo/RISCVEmu |
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=radare2
|
||||
version=5.4.0-git
|
||||
version=5.7.0
|
||||
useconfigure=true
|
||||
workdir=$port-$version
|
||||
files="https://codeload.github.com/radareorg/radare2/tar.gz/refs/tags/$version radare2-$version.tar.gz c5e98cd4ea011dde2f08e68144e98e85e82fe45eef92a17dedc06e9404da117e"
|
||||
files="https://codeload.github.com/radareorg/radare2/tar.gz/refs/tags/$version radare2-$version.tar.gz fe7ca861bf71dd3c4766a57f73fd97b216bcfde161720f949c05875df212976b"
|
||||
auth_type=sha256
|
||||
configopts=("--disable-debugger" "--with-ostype=serenityos" "--host=i686-serenityos")
|
||||
configopts=("--disable-debugger" "--disable-threads" "--with-ostype=serenityos" "--host=i686-serenityos")
|
||||
|
||||
pre_configure() {
|
||||
cp -f "$workdir/dist/plugins-cfg/plugins.tiny.cfg" "$workdir/plugins.cfg"
|
||||
|
|
Loading…
Reference in a new issue