wok diff xfe/receipt @ rev 25850

Up bzip3 (1.5.2), dropbear (2025.88), tinyssh (20250501)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 06 06:34:03 2025 +0000 (10 days ago)
parents cf986fd913b1
children
line diff
     1.1 --- a/xfe/receipt	Fri Mar 18 09:57:23 2022 +0000
     1.2 +++ b/xfe/receipt	Fri Jun 06 06:34:03 2025 +0000
     1.3 @@ -28,10 +28,11 @@
     1.4  		export LDLAGS="-L/cross/$ARCH/sysroot/usr/lib" ;;
     1.5  esac
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    1.11 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    1.13  	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q"
    1.14  }
    1.15