wok diff xmlstarlet/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents c6ff64491e71
children 7dd01dedad38
line diff
     1.1 --- a/xmlstarlet/receipt	Sat Jul 09 15:48:02 2016 +0300
     1.2 +++ b/xmlstarlet/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -13,6 +13,13 @@
     1.4  DEPENDS="libxml2 libxslt zlib"
     1.5  BUILD_DEPENDS="libxslt-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://sourceforge.net/projects/xmlstar/files/ 2>/dev/null | \
    1.10 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.11 +	sed '/files_name_h/!d;/xmlstarlet/!d;s|.*xmlstarlet/||;s|/.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {