wok-current diff menu-cache/receipt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents ee53899c6189
children
line diff
     1.1 --- a/menu-cache/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/menu-cache/receipt	Fri Mar 22 16:28:42 2024 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - $WEB_SITE/releases 2>/dev/null | \
     1.8 +	wget -O - $WEB_SITE/tags 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.10  }
    1.11