wok diff tazwikiss/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 02c70d036ea0
children
line diff
     1.1 --- a/tazwikiss/receipt	Tue Feb 26 09:14:07 2019 +0100
     1.2 +++ b/tazwikiss/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -14,6 +14,13 @@
     1.4  /var/www/wiki/config-fr.sh"
     1.5  HOST_ARCH="any"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - http://hg.slitaz.org/slitaz-dev-tools/ 2>/dev/null | \
    1.10 +	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/slitaz-dev-tools/rev/|;s|<.*||' | \
    1.11 +	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {