wok diff dahdi-linux/receipt @ rev 24425
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 11 17:50:36 2022 +0000 (2022-02-11) |
parents | 05c8d8d9d934 |
children | ba642f310677 |
line diff
1.1 --- a/dahdi-linux/receipt Wed Oct 28 15:17:00 2020 +0000 1.2 +++ b/dahdi-linux/receipt Fri Feb 11 17:50:36 2022 +0000 1.3 @@ -22,6 +22,13 @@ 1.4 DEPENDS="linux udev" 1.5 BUILD_DEPENDS="linux-module-headers xz perl" 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;/-rc/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 compile_rules() 1.16 {