From 0a9e3434560d7191df587b8c263a1f765df1f0cc Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:14:19 +0200 Subject: [PATCH] Ports/r0: Update r0 to version 0.9 --- Ports/AvailablePorts.md | 2 +- Ports/r0/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 4883d2fdefc532..73ab6857484fa7 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -271,7 +271,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`quake`](quake/) | Quake | 0.65 | https://github.com/SerenityOS/SerenityQuake | | [`quake2`](quake2/) | QuakeII | 0.1 | https://github.com/shamazmazum/quake2sdl | | [`quake3`](quake3/) | QuakeIII | 1.34 | https://github.com/ioquake/ioq3 | -| [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.8 | https://github.com/radareorg/r0 | +| [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.9 | https://github.com/radareorg/r0 | | [`radare2`](radare2/) | radare2 reverse engineering framework | 5.7.6 | 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.12.0 | https://www.retroarch.com | diff --git a/Ports/r0/package.sh b/Ports/r0/package.sh index fa6c67579d62e4..dcffc8235b08a4 100755 --- a/Ports/r0/package.sh +++ b/Ports/r0/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port='r0' -version='0.8' +version='0.9' files=( - "https://github.com/radareorg/r0/archive/$version.tar.gz#a31722838a21cd3391c41bbb2e63f60552544244362b21f6d9a30d6c24c43bbe" + "https://github.com/radareorg/r0/archive/$version.tar.gz#1da914b6f79c72334cd5e7ecbe846bf54914cdf2241dd90b543350794bd12edf" )