wok diff mesa/receipt @ rev 24904

updated mercurial (5.3.1 -> 6.1.1)
author Hans-G?nter Theisgen
date Sat Apr 09 11:11:32 2022 +0100 (2022-04-09)
parents 89c8d8b6cf48
children c470ca10c896
line diff
     1.1 --- a/mesa/receipt	Fri Feb 18 09:29:30 2022 +0000
     1.2 +++ b/mesa/receipt	Sat Apr 09 11:11:32 2022 +0100
     1.3 @@ -25,8 +25,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ftp://ftp.freedesktop.org/pub/mesa/ 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - 'https://gitlab.freedesktop.org/mesa/mesa/-/tags?sort=updated_desc' 2>/dev/null | \
    1.10 +	sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|<.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.