wok diff qemu-box/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents 1dce8e8602f2
children
line diff
     1.1 --- a/qemu-box/receipt	Sat Sep 24 14:47:43 2016 +0200
     1.2 +++ b/qemu-box/receipt	Sun Apr 10 07:48:27 2022 +0100
     1.3 @@ -13,6 +13,13 @@
     1.4  
     1.5  DEPENDS="qemu-light"
     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  {