wok diff etherape/receipt @ rev 24456

updated gnustep-base and gnustep-base-dev (1.26.0 -> 1.28.0)
author Hans-G?nter Theisgen
date Wed Feb 16 09:21:33 2022 +0100 (2022-02-16)
parents e5c6cfe4174a
children 69a08b0214f3
line diff
     1.1 --- a/etherape/receipt	Tue Jan 21 16:30:47 2020 +0100
     1.2 +++ b/etherape/receipt	Wed Feb 16 09:21:33 2022 +0100
     1.3 @@ -19,6 +19,14 @@
     1.4  	libgnome-dev libgnomeui-dev libpcap-dev libtool libxslt-dev 
     1.5  	ossp-uuid-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/etherape/files/etherape/ 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|.*/etherape/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {