wok diff zopeinterface/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents 7390f8de9846
children fb22330086d8
line diff
     1.1 --- a/zopeinterface/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/zopeinterface/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="python"
     1.5  BUILD_DEPENDS="python python-dev wget"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE 2>/dev/null | sed '/, version /!d;s|.*version ||;s|<.*||'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {