wok rev 25430

Up os-prober (1.81)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 19 06:26:39 2022 +0000 (20 months ago)
parents a1b325803d65
children fb3f7dcfca43
files os-prober/receipt qt5/receipt
line diff
     1.1 --- a/os-prober/receipt	Thu Aug 18 17:19:07 2022 +0100
     1.2 +++ b/os-prober/receipt	Fri Aug 19 06:26:39 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="os-prober"
     1.7 -VERSION="1.80"
     1.8 +VERSION="1.81"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Utility to detect other OSes on a set of drives."
    1.11  MAINTAINER="maintainer@slitaz.org"
    1.12 @@ -13,6 +13,7 @@
    1.13  
    1.14  DEPENDS="coreutils"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     2.1 --- a/qt5/receipt	Thu Aug 18 17:19:07 2022 +0100
     2.2 +++ b/qt5/receipt	Fri Aug 19 06:26:39 2022 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  SOURCE="qt-everywhere-src"
     2.5  TARBALL="$SOURCE-$VERSION.tar.xz"
     2.6  #WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     2.7 -WGET_URL="https://web.archive.org/web/20211201212948if_/http://mirrors.ocf.berkeley.edu/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     2.8 +WGET_URL="https://qt-mirror.dannhauer.de/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL"
     2.9  
    2.10  SUGGESTED="libQt5Plugins libQt5ScriptTools"
    2.11  PROVIDE="qt-x11-opensource-src Qt5"