wok diff tcpoverudp/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 4cc1294b46f0
children
line diff
     1.1 --- a/tcpoverudp/receipt	Mon Jun 01 17:36:22 2015 +0200
     1.2 +++ b/tcpoverudp/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -12,6 +12,13 @@
     1.4  
     1.5  DEPENDS="perl"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - 'https://git.jankratochvil.net/?p=tcpoverudp.git;a=history;f=tcpoverudp;hb=HEAD' 2>/dev/null | \
    1.11 +	sed '/td title/!d;s|.*<i>||;s|</i.*||;s|-||g;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {