wok diff expat/receipt @ rev 24150

updated debootstrap (1.0.116 -> 1.0.123)
author Hans-G?nter Theisgen
date Thu Dec 02 13:33:52 2021 +0100 (2021-12-02)
parents b7d873a39ce7
children 3615521be14e
line diff
     1.1 --- a/expat/receipt	Sun Dec 08 12:26:44 2019 +0000
     1.2 +++ b/expat/receipt	Thu Dec 02 13:33:52 2021 +0100
     1.3 @@ -13,6 +13,12 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/Changes">/!d;s|.*Expat ||;s|</a.*||;s|</*strong>||g;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {