From 4b6aa73e363d3550e875c74ef30115a94b1d0121 Mon Sep 17 00:00:00 2001 From: anatoly-os Date: Wed, 26 Jun 2019 18:24:51 +0200 Subject: [PATCH] update qt to Qt 5.9.8 To fix the issue of using SSL libs when trying to log in to the .com account --- build/Linux+BSD/portable/x86_64/Recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Linux+BSD/portable/x86_64/Recipe b/build/Linux+BSD/portable/x86_64/Recipe index 3089d5c570..777aaa6bde 100755 --- a/build/Linux+BSD/portable/x86_64/Recipe +++ b/build/Linux+BSD/portable/x86_64/Recipe @@ -64,7 +64,7 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 40 --slave /usr/ # get Qt if [ ! -d "qt5" ]; then mkdir qt5 - wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt593.zip + wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt598.zip unzip -qq qt5.zip -d qt5 rm -f qt5.zip fi