wok diff dciutil/receipt @ rev 24436

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 13 13:09:42 2022 +0000 (2022-02-13)
parents 84f7eb544a14
children a5e183d53960
line diff
     1.1 --- a/dciutil/receipt	Mon Jan 13 16:25:30 2020 +0100
     1.2 +++ b/dciutil/receipt	Sun Feb 13 13:09:42 2022 +0000
     1.3 @@ -15,6 +15,13 @@
     1.4  BUILD_DEPENDS="file glib-dev libdrm-dev libtool libusb-dev 
     1.5  	pkg-config python-dev udev-dev xorg-dev xorg-xrandr"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.11 +	sed '/ddcutil.*release [0-9]/!d;s|.*release ||;s| .*||'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {