wok diff systemd/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents 2d2aa67a5236
children 73f36875e5a7
line diff
     1.1 --- a/systemd/receipt	Fri Jan 03 07:13:19 2020 +0100
     1.2 +++ b/systemd/receipt	Mon Jun 13 19:39:39 2022 +0000
     1.3 @@ -17,6 +17,13 @@
     1.4  	usbutils-dev util-linux-blkid-dev util-linux-uuid-dev"
     1.5  PROVIDE="udev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    1.11 +	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  #
    1.15  # Systemd include udev source and must be splitted. Systemd can replace the full
    1.16  # boot process and handle devices (with udisk) but is quite heavy and complicated.