wok-current diff tcpoverudp/receipt @ rev 24731
updated libdvdread and libdvdread-dev (6.0.2 -> 6.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 17:30:53 2022 +0100 (2022-03-15) |
parents | 4cc1294b46f0 |
children |
line diff
1.1 --- a/tcpoverudp/receipt Mon Jun 01 17:36:22 2015 +0200 1.2 +++ b/tcpoverudp/receipt Tue Mar 15 17:30:53 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 {