From 8e760a0fccffe227aa5979a8c1d579a9d2d02993 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 6 Dec 2020 00:43:45 +0100 Subject: [PATCH] use new direwolf 1.6 --- docker/scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index f2763e1..f047769 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -69,7 +69,7 @@ mv /wsjtx.patch ${WSJT_DIR} cmakebuild ${WSJT_DIR} rm ${WSJT_TGZ} -git clone --depth 1 -b 1.5 https://github.com/wb2osz/direwolf.git +git clone --depth 1 -b 1.6 https://github.com/wb2osz/direwolf.git cd direwolf # hamlib is present (necessary for the wsjt-x and js8call builds) and would be used, but there's no real need. # by setting enable_hamlib we prevent direwolf from linking to it, and it can be stripped at the end of the script.