wok-6.x diff systemd/receipt @ rev 24722
updated libcaca and libcaca-dev (0.99.beta19 -> 0.99.beta20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 10:03:33 2022 +0100 (2022-03-15) |
parents | 2d2aa67a5236 |
children | 73f36875e5a7 |
line diff
1.1 --- a/systemd/receipt Fri Jan 03 07:13:19 2020 +0100 1.2 +++ b/systemd/receipt Tue Mar 15 10:03:33 2022 +0100 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.