wok-current diff tazdrop/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (9 months ago)
parents f7a13af08fc7
children 5926178cd6fa
line diff
     1.1 --- a/tazdrop/receipt	Sat Jul 06 16:10:54 2019 +0200
     1.2 +++ b/tazdrop/receipt	Tue Apr 16 17:00:21 2024 +0000
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="gtk+ yad"
     1.5  SIBLINGS="slitaz-tools slitaz-tools-boxes"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - http://hg.slitaz.org/slitaz-tools/ 2>/dev/null | \
    1.10 +	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/slitaz-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  {