wok diff libxslt/receipt @ rev 24207

updated perl-file-basedir (0.03 -> 0.09)
author Hans-G?nter Theisgen
date Fri Dec 31 15:40:31 2021 +0100 (2021-12-31)
parents 73dbde138d18
children fb22330086d8
line diff
     1.1 --- a/libxslt/receipt	Fri Mar 13 10:16:27 2020 +0100
     1.2 +++ b/libxslt/receipt	Fri Dec 31 15:40:31 2021 +0100
     1.3 @@ -22,6 +22,12 @@
     1.4  	arm) BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev" ;;
     1.5  esac
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE/news.html 2>/dev/null | \
    1.10 +	sed '/<h3>v/!d;s|.*<h3>v||;s|:.*||;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {