wok diff monkey/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 65942c8606f4
children
line diff
     1.1 --- a/monkey/receipt	Wed Nov 30 08:50:05 2022 +0000
     1.2 +++ b/monkey/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -16,8 +16,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://monkey-project.com/downloads/ 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/releases/!d;s|.*monkey-||;s|.tar.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.