]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Update Qt download location.
authorUwe Hermann <redacted>
Thu, 16 Apr 2020 20:20:39 +0000 (22:20 +0200)
committerUwe Hermann <redacted>
Thu, 16 Apr 2020 20:20:39 +0000 (22:20 +0200)
cross-compile/android/sigrok-cross-android

index 6438b79abb5b3070fcc8f254b9f470f5fd03c757..356e8083a36ea5c3d1e9ecf6f743f0964f7e1213 100755 (executable)
@@ -441,7 +441,7 @@ echo "using gcc : $NDK_TOOLCHAIN_VERSION : \"${TOOLCHAIN_TRIPLET}-g++\" : <cxxfl
 cd ..
 
 # Qt (needed for PulseView)
-$WGET http://download.qt.io/archive/qt/${VER_QT_SHORT}/${VER_QT}/single/qt-everywhere-opensource-src-${VER_QT}.tar.xz
+$WGET https://download.qt.io/new_archive/qt/${VER_QT_SHORT}/${VER_QT}/single/qt-everywhere-opensource-src-${VER_QT}.tar.xz
 tar xfi qt-everywhere-opensource-src-${VER_QT}.tar.xz
 cd qt-everywhere-opensource-src-${VER_QT}
 patch -p1 < ../../android-qt.patch