wok diff python-pip/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 5ea0ce1cecc0
children 797927236536
line diff
     1.1 --- a/python-pip/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/python-pip/receipt	Mon May 16 10:04:06 2022 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     1.8 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     1.9  	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.10  }
    1.11