wok diff gxine/receipt @ rev 25616

Add emu2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 26 15:51:29 2023 +0000 (10 months ago)
parents 2155b2665e26
children
line diff
     1.1 --- a/gxine/receipt	Tue Nov 01 16:13:12 2022 +0000
     1.2 +++ b/gxine/receipt	Sat Aug 26 15:51:29 2023 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE 2>/dev/null | \
     1.7 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
     1.8 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
     1.9  	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.10  }
    1.11