Update automake to 16.3 and ncurse to 6.1

This commit is contained in:
2021-05-08 18:28:33 +02:00
parent 4119679f1c
commit 5906aae649
14 changed files with 84 additions and 84 deletions

View File

@ -755,10 +755,10 @@ CT_NCURSES_DIR_NAME="ncurses"
CT_NCURSES_PKG_NAME="ncurses"
CT_NCURSES_SRC_RELEASE=y
CT_NCURSES_PATCH_ORDER="global"
# CT_NCURSES_V_6_1 is not set
CT_NCURSES_V_6_0=y
CT_NCURSES_V_6_1=y
# CT_NCURSES_V_6_0 is not set
# CT_NCURSES_NO_VERSIONS is not set
CT_NCURSES_VERSION="6.0"
CT_NCURSES_VERSION="6.1"
CT_NCURSES_MIRRORS="ftp://invisible-island.net/ncurses $(CT_Mirrors GNU ncurses)"
CT_NCURSES_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
CT_NCURSES_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
@ -818,10 +818,10 @@ CT_AUTOMAKE_DIR_NAME="automake"
CT_AUTOMAKE_PKG_NAME="automake"
CT_AUTOMAKE_SRC_RELEASE=y
CT_AUTOMAKE_PATCH_ORDER="global"
# CT_AUTOMAKE_V_1_16 is not set
CT_AUTOMAKE_V_1_15=y
# CT_AUTOMAKE_V_1_15 is not set
CT_AUTOMAKE_V_1_16=y
# CT_AUTOMAKE_NO_VERSIONS is not set
CT_AUTOMAKE_VERSION="1.15.1"
CT_AUTOMAKE_VERSION="1.16.3"
CT_AUTOMAKE_MIRRORS="$(CT_Mirrors GNU automake)"
CT_AUTOMAKE_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
CT_AUTOMAKE_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"