wok diff lxlauncher/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (5 weeks ago)
parents 180119c209e8
children
line diff
     1.1 --- a/lxlauncher/receipt	Fri Jun 17 09:35:48 2022 +0000
     1.2 +++ b/lxlauncher/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -18,10 +18,11 @@
     1.4  	menu-cache-dev startup-notification \
     1.5  	startup-notification-dev xorg-libX11-dev"
     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/lxde/files/LXLauncher%20%28for%20Asus%20EeePC%29/ 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;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.14  }
    1.15