From e829f05757a0759e583f59a8572930d8cc2140af Mon Sep 17 00:00:00 2001 From: barton26 Date: Thu, 30 Sep 2021 16:02:32 -0400 Subject: [PATCH] Update third party wxWidgets with bugfix builds --- 3rdParty/buildLinuxDependencies.sh | 2 +- 3rdParty/buildWxLinux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/buildLinuxDependencies.sh b/3rdParty/buildLinuxDependencies.sh index baca1549db..a713208cf0 100755 --- a/3rdParty/buildLinuxDependencies.sh +++ b/3rdParty/buildLinuxDependencies.sh @@ -141,7 +141,7 @@ fi if [ "${gtest_only}" = "yes" ]; then download_and_build "googletest-release-1.8.1" "release-1.8.1.tar.gz" "https://github.com/google/googletest/archive/release-1.8.1.tar.gz" "${ROOTDIR}/3rdParty/buildGoogletestLinux.sh" else - download_and_build "wxWidgets-3.0.2" "wxWidgets-3.0.2.tar.bz2" "https://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2" "${ROOTDIR}/3rdParty/buildWxLinux.sh ${wxoption}" + download_and_build "wxWidgets-3.0.5" "wxWidgets-3.0.5.tar.bz2" "https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.5/wxWidgets-3.0.5.tar.bz2" "${ROOTDIR}/3rdParty/buildWxLinux.sh ${wxoption}" fi # change back to root directory diff --git a/3rdParty/buildWxLinux.sh b/3rdParty/buildWxLinux.sh index 326dbe6d22..9ceaf899fa 100644 --- a/3rdParty/buildWxLinux.sh +++ b/3rdParty/buildWxLinux.sh @@ -20,7 +20,7 @@ # Script to build a wxWidgets GTK version for BOINC # Usage: -# cd [path]/wxWidgets-3.0.2/ +# cd [path]/wxWidgets-3.0.5/ # source path_to_this_script [--clean] [--debug] [--prefix PATH] # # the --clean argument will force a full rebuild.