From cf77d6aa988573a5639b9ef25897d519343d5334 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 7 Jul 2021 21:08:54 +0200 Subject: [PATCH] Ports: Add r0 to AvailablePorts.md --- Ports/AvailablePorts.md | 1 + Ports/r0/package.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 8830c0917f..2c83b68a01 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -116,6 +116,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`python3`](python3/) | Python | 3.9.5 | https://www.python.org/ | | [`quake`](quake/) | Quake | 0.65 | https://github.com/SerenityOS/SerenityQuake | | [`quake2`](quake2/) | QuakeII | 0.1 | https://github.com/SerenityOS/SerenityQuakeII | +| [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.8 | https://github.com/radareorg/r0 | [`readline`](readline/) | GNU Readline Library | 8.1 | https://tiswww.case.edu/php/chet/readline/rltop.html | | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | | [`sam`](sam/) | Software Automatic Mouth (SAM) | c86ea39 | https://github.com/vidarh/SAM | diff --git a/Ports/r0/package.sh b/Ports/r0/package.sh index 01d18a3ee2..d0b0d4141c 100755 --- a/Ports/r0/package.sh +++ b/Ports/r0/package.sh @@ -6,4 +6,3 @@ workdir=$port-$version files="https://codeload.github.com/radareorg/r0/tar.gz/refs/tags/$version r0-$version.tar.gz a31722838a21cd3391c41bbb2e63f60552544244362b21f6d9a30d6c24c43bbe" auth_type=sha256 depends="" -