1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:55:37 +00:00

Ports/ncurses: Update ncurses to version 6.4

This commit is contained in:
EWouters 2023-09-01 22:45:59 +02:00 committed by Jelle Raaijmakers
parent 23ef38d1ff
commit e4becdd449
2 changed files with 3 additions and 3 deletions

View File

@ -218,7 +218,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`nano`](nano/) | GNU nano | 7.2 | https://www.nano-editor.org/ |
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ |
| [`ncdu`](ncdu/) | Ncdu | 1.18.1 | https://dev.yorhel.nl/ncdu |
| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html |
| [`ncurses`](ncurses/) | ncurses | 6.4 | https://invisible-island.net/ncurses/announce.html |
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
| [`nesalizer`](nesalizer/) | Nesalizer | 5bb0458 | https://github.com/ulfalizer/nesalizer |
| [`nethack`](nethack/) | nethack | 3.6.7 | https://www.nethack.org/ |

View File

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ncurses'
version='6.3'
version='6.4'
useconfigure='true'
configopts=(
'--enable-pc-files'
@ -13,7 +13,7 @@ configopts=(
'--enable-widec'
)
files=(
"https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz#97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059"
"https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz#6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159"
)
check_tic_version() {