wok diff ddrescue/receipt @ rev 24430

updated collectd-apache and collectd-dev (5.10.0 -> 5.12.0)
author Hans-G?nter Theisgen
date Sat Feb 12 16:39:44 2022 +0100 (2022-02-12)
parents 5604c90d7b2c
children 8f910544a91e
line diff
     1.1 --- a/ddrescue/receipt	Thu Dec 02 13:45:40 2021 +0100
     1.2 +++ b/ddrescue/receipt	Sat Feb 12 16:39:44 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  DEPENDS="gcc-lib-base"
     1.5  BUILD_DEPENDS="lzip"
     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 "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {