wok-current diff bygfoot/receipt @ rev 25701
Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Apr 19 12:48:51 2024 +0000 (6 months ago) |
parents | 5f6c5106b1f5 |
children |
line diff
1.1 --- a/bygfoot/receipt Mon Jan 31 11:41:46 2022 +0000 1.2 +++ b/bygfoot/receipt Fri Apr 19 12:48:51 2024 +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()