wok diff speedometer/receipt @ rev 24472

updated dd_rescue (1.99.8 -> 1.99.11)
author Hans-G?nter Theisgen
date Thu Feb 17 15:46:03 2022 +0100 (2022-02-17)
parents 3b4e4318134e
children cb67b4f8be05
line diff
     1.1 --- a/speedometer/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/speedometer/receipt	Thu Feb 17 15:46:03 2022 +0100
     1.3 @@ -12,6 +12,13 @@
     1.4  
     1.5  DEPENDS="python python-urwid"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://github.com/wardi/speedometer/tags 2>/dev/null | \
    1.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {