wok diff tcpoverudp/receipt @ rev 25234
updated python-routes (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:31:59 2022 +0100 (2022-07-13) |
parents | 4cc1294b46f0 |
children |
line diff
1.1 --- a/tcpoverudp/receipt Mon Jun 01 17:36:22 2015 +0200 1.2 +++ b/tcpoverudp/receipt Wed Jul 13 17:31:59 2022 +0100 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 {