wok diff ario/receipt @ rev 25643

Fix mouse issue on mc with ncurses6
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 12 14:14:28 2024 +0100 (7 months ago)
parents b0069c845544
children fe7f66b054ed
line diff
     1.1 --- a/ario/receipt	Fri Oct 07 09:15:33 2022 +0000
     1.2 +++ b/ario/receipt	Fri Jan 12 14:14:28 2024 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://sourceforge.net/projects/ario-player/files/ario-player/ 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 '/scope="row/!d;s|.*/ario-player/||;s|/.*||;q'
    1.10  }
    1.11