wok-current diff libxslt/receipt @ rev 25170

updated python, python-dev and python-idle (2.7.17 -> 2.7.18)
author Hans-G?nter Theisgen
date Fri Jul 01 15:56:11 2022 +0100 (2022-07-01)
parents 3e2a0347b2f1
children 3ad63c8fc2f9
line diff
     1.1 --- a/libxslt/receipt	Thu Jul 08 09:18:48 2021 +0000
     1.2 +++ b/libxslt/receipt	Fri Jul 01 15:56:11 2022 +0100
     1.3 @@ -24,8 +24,8 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - $WEB_SITE/news.html 2>/dev/null | \
     1.8 -	sed '/<h3>v/!d;s|.*<h3>v||;s|:.*||;q'
     1.9 +	wget -O - https://gitlab.gnome.org/GNOME/libxslt/-/tags 2>/dev/null | \
    1.10 +	sed '/tar.gz/!d;/data/d;/CVE/d;/-rc/d;s|.*/libxslt-v\(.*\).tar.gz".*|\1|' | sort -Vr | sed q
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.