wok diff icecast/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 544e47246b33
children 8ea0030e77cb
line diff
     1.1 --- a/icecast/receipt	Wed Feb 23 16:54:57 2022 +0000
     1.2 +++ b/icecast/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -17,7 +17,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://gitlab.xiph.org/xiph/icecast-server/-/tags 2>/dev/null | \
     1.8 +	wget -O - 'https://gitlab.xiph.org/xiph/icecast-server/-/tags?sort=updated_desc' 2>/dev/null | \
     1.9  	sed '/item-title/!d;s|.*">v||;s|<.*||;q'
    1.10  }
    1.11