wok diff bygfoot/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 5f6c5106b1f5
children 6b33f9da53d4
line diff
     1.1 --- a/bygfoot/receipt	Mon Jan 31 11:41:46 2022 +0000
     1.2 +++ b/bygfoot/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -17,9 +17,9 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://sourceforge.net/projects/bygfoot/files/bygfoot/ 2>/dev/null | \
     1.8 +	wget -O - https://sourceforge.net/projects/bygfoot/files/bygfoot-unstable/ 2>/dev/null | \
     1.9  	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.10 -	sed '/scope="row/!d;/tar/!d;s|.*/bygfoot-||;s|-s.*||;q'
    1.11 +	sed '/scope="row/!d;/tar/!d;/binary/d;s|.*/bygfoot-||;s|.tar.*||;q'
    1.12  }
    1.13  
    1.14  compile_rules()