wok diff libhx/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 weeks ago)
parents a6336704378f
children
line diff
     1.1 --- a/libhx/receipt	Mon Mar 21 17:23:16 2022 +0100
     1.2 +++ b/libhx/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -18,8 +18,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://sourceforge.net/projects/libhx/files/libHX/ 2>/dev/null | \
     1.8 -	sed '/scope="row/!d;s|.*/libHX-||;s|.tar.*||;q'
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/atest release/!d;s|.*release: <b>||;s|<.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.