diff options
author | midipix <writeonce@midipix.org> | 2021-03-29 14:35:27 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-03-29 15:52:21 +0100 |
commit | 895e6a769bfc2e42e06c53269c5724eee0297f8f (patch) | |
tree | b42d114654523a181fb1a63e31fcbac73d15d60b | |
parent | e7e12c63e5caf2470284d075783fd64c57eed845 (diff) | |
download | midipix_build-895e6a769bfc2e42e06c53269c5724eee0297f8f.tar.bz2 midipix_build-895e6a769bfc2e42e06c53269c5724eee0297f8f.tar.xz |
bump automake to 1.16.3.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | groups/000.host_tools.group | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groups/000.host_tools.group b/groups/000.host_tools.group index 375c59ec..45b104b6 100644 --- a/groups/000.host_tools.group +++ b/groups/000.host_tools.group @@ -13,8 +13,8 @@ HOST_TOOLS_PREFIX="${PREFIX}"; : ${PKG_AUTOCONF_HOST_VERSION:=2.69}; : ${PKG_AUTOCONF_HOST_URL:=https://ftp.gnu.org/gnu/autoconf/autoconf-${PKG_AUTOCONF_HOST_VERSION}.tar.xz}; : ${PKG_AUTOMAKE_HOST_DEPENDS:="autoconf_host pkgconf_host slibtool_host"}; -: ${PKG_AUTOMAKE_HOST_SHA256SUM:=5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921}; -: ${PKG_AUTOMAKE_HOST_VERSION:=1.16.1}; +: ${PKG_AUTOMAKE_HOST_SHA256SUM:=ff2bf7656c4d1c6fdda3b8bebb21f09153a736bcba169aaf65eab25fa113bf3a}; +: ${PKG_AUTOMAKE_HOST_VERSION:=1.16.3}; : ${PKG_AUTOMAKE_HOST_URL:=https://ftp.gnu.org/gnu/automake/automake-${PKG_AUTOMAKE_HOST_VERSION}.tar.xz}; : ${PKG_GETTEXT_TINY_HOST_DEPENDS:="pkgconf_host slibtool_host"}; : ${PKG_GETTEXT_TINY_HOST_SHA256SUM:=29cc165e27e83d2bb3760118c2368eadab550830d962d758e51bd36eb860f383}; |