Ports: Update readline to version 8.2.13

This commit is contained in:
Zaki
2024-12-08 22:19:20 +11:00
committed by Nico Weber
parent 070534c3ee
commit 1a82f0f422
2 changed files with 3 additions and 3 deletions

View File

@@ -284,7 +284,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`quake3`](quake3/) | QuakeIII | 1.34 | https://github.com/ioquake/ioq3 |
| [`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.2 | https://tiswww.case.edu/php/chet/readline/rltop.html |
| [`readline`](readline/) | GNU Readline Library | 8.2.13 | https://tiswww.case.edu/php/chet/readline/rltop.html |
| [`RetroArch`](RetroArch/) | RetroArch | 1.19.1 | https://www.retroarch.com |
| [`RISCVEmu`](RISCVEmu/) | A Basic C++ RISC-V Emulator | ad8ad6a | https://github.com/IdanHo/RISCVEmu |
| [`rsync`](rsync/) | rsync | 3.2.7 | https://rsync.samba.org/ |

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='readline'
version='8.2'
version='8.2.13'
depends=('ncurses')
useconfigure='true'
use_fresh_config_sub='true'
@@ -8,7 +8,7 @@ config_sub_paths=(
'support/config.sub'
)
files=(
"https://ftpmirror.gnu.org/gnu/readline/readline-${version}.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35"
"https://ftpmirror.gnu.org/gnu/readline/readline-${version}.tar.gz#0e5be4d2937e8bd9b7cd60d46721ce79f88a33415dd68c2d738fb5924638f656"
)
configopts=(
'--disable-static'