wok diff libsdl-pango/receipt @ rev 25857
Fix reset menu.xml symlink when upgrade slitaz-configs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 07 17:10:52 2025 +0000 (4 weeks ago) |
parents | 9a714ac859a3 |
children |
line diff
1.1 --- a/libsdl-pango/receipt Tue Sep 27 16:21:52 2022 +0000 1.2 +++ b/libsdl-pango/receipt Thu Aug 07 17:10:52 2025 +0000 1.3 @@ -24,7 +24,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/sdlpango/files/SDL_Pango/ 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|.*/SDL_Pango/||;s|/.*||;q' 1.10 } 1.11