wok diff lazarus/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 (11 months ago) |
parents | 65d7d867e0c1 |
children |
line diff
1.1 --- a/lazarus/receipt Wed Feb 09 17:57:59 2022 +0000 1.2 +++ b/lazarus/receipt Fri Jan 12 14:14:28 2024 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - 'https://sourceforge.net/projects/lazarus/files/Lazarus Linux SRC RPM/' 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|.*/Lazarus%20||;s|/.*||;q' 1.10 } 1.11