wok diff libquicktime/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 3abeffdae80b
children 7dd01dedad38
line diff
     1.1 --- a/libquicktime/receipt	Thu Feb 10 11:43:39 2022 +0000
     1.2 +++ b/libquicktime/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -15,9 +15,9 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
     1.8 +	wget -O - https://sourceforge.net/projects/libquicktime/files/libquicktime/ 2>/dev/null | \
     1.9  	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.10 -	sed '/libquicktime-/!d;/tar/!d;s|.*libquicktime-\(.*\).tar.*|\1|;q'
    1.11 +	sed '/libquicktime-/!d;/tar/!d;s|.*libquicktime-\(.*\).tar.*|\1|' | sort -Vr | sed q
    1.12  }
    1.13  
    1.14  # Rules to configure and make the package.