1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 07:27:44 +00:00

Ports/readline: Update readline to version 8.2

This commit is contained in:
EWouters 2023-09-02 00:43:07 +02:00 committed by Jelle Raaijmakers
parent 0a9e343456
commit 737362e566
3 changed files with 7 additions and 7 deletions

View file

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