From 7bef98a33a854b478876dbc42d987ae6cec08964 Mon Sep 17 00:00:00 2001 From: philippe lhardy Date: Sun, 2 Nov 2025 20:21:31 +0100 Subject: [PATCH] update zstd-jnilib to latest and provide in fetch_dependencies information of latest Signed-off-by: philippe lhardy --- build.xml | 2 +- fetch_dependencies.sh | 37 ++++++++++++++++++++++++++----------- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index 31ba080..79e65a9 100644 --- a/build.xml +++ b/build.xml @@ -13,7 +13,7 @@ - + diff --git a/fetch_dependencies.sh b/fetch_dependencies.sh index ea6b6bc..7e32f3f 100755 --- a/fetch_dependencies.sh +++ b/fetch_dependencies.sh @@ -10,6 +10,12 @@ toolsdir=$(pwd) source metascript.sh popd >/dev/null +usage() { + cat <