wok rev 25431

qt5: update wget_url with archive.org
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 19 06:34:23 2022 +0000 (20 months ago)
parents 4be73f2da5c0
children 67fca9298007
files qt5/receipt
line diff
     1.1 --- a/qt5/receipt	Fri Aug 19 06:26:39 2022 +0000
     1.2 +++ b/qt5/receipt	Fri Aug 19 06:34:23 2022 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  SOURCE="qt-everywhere-src"
     1.5  TARBALL="$SOURCE-$VERSION.tar.xz"
     1.6  #WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     1.7 -WGET_URL="https://qt-mirror.dannhauer.de/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     1.8 +WGET_URL="https://web.archive.org/web/20211201212948/http://mirrors.ocf.berkeley.edu/qt/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     1.9  
    1.10  SUGGESTED="libQt5Plugins libQt5ScriptTools"
    1.11  PROVIDE="qt-x11-opensource-src Qt5"