wok diff pidgin/receipt @ rev 25647

Backout salvador 10% speedup: crashes with large files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 26 12:15:51 2024 +0000 (9 months ago)
parents e9e2e1c1770c
children 6acd28d149b8
line diff
     1.1 --- a/pidgin/receipt	Sat Nov 19 17:37:48 2022 +0000
     1.2 +++ b/pidgin/receipt	Fri Jan 26 12:15:51 2024 +0000
     1.3 @@ -21,10 +21,11 @@
     1.4  
     1.5  # @maintainer:	Please update also libpurple-dev
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/Pidgin 2>/dev/null | \
    1.11 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    1.13  	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.14  }
    1.15