wok diff wqy-bitmapfont/receipt @ rev 25694

dropbear: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 14:12:01 2024 +0000 (5 months ago)
parents 29df00e1e19d
children
line diff
     1.1 --- a/wqy-bitmapfont/receipt	Wed Jul 19 13:00:59 2023 +0000
     1.2 +++ b/wqy-bitmapfont/receipt	Sun Apr 21 14:12:01 2024 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  {
     1.5  	wget -O - https://sourceforge.net/projects/wqy/files/ 2>/dev/null | \
     1.6  	sed '/scope="row/!d;/wqy-bitmapfont\//!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
     1.7 -	sed 's| |\n|g' | sed '/http/!d;/download/!d;s|^"||;s|/download",|/|;q' | xargs wget -O - 2>/dev/null | \
     1.8 +	sed 's|,|\n|g' | sed '/http/!d;/download/!d;s|.*:"||;s|/download"|/|;q' | xargs wget -O - 2>/dev/null | \
     1.9  	sed '/tar/!d;/-pcf-/!d;s|.*pcf-||;s|.tar.*||;q'
    1.10  }
    1.11