wok diff etherape/receipt @ rev 24494

updated dolibarr (10.0.6 -> 14.0.5)
author Hans-G?nter Theisgen
date Sat Feb 19 13:37:42 2022 +0100 (2022-02-19)
parents e5c6cfe4174a
children 69a08b0214f3
line diff
     1.1 --- a/etherape/receipt	Tue Jan 21 16:30:47 2020 +0100
     1.2 +++ b/etherape/receipt	Sat Feb 19 13:37:42 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  {