wok-6.x diff dropbear/receipt @ rev 23252
updated nss-ldapd (0.7.15 -> 0.9.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 14:43:12 2020 +0100 (2020-03-25) |
parents | adbdcada3730 |
children | eb5518b1b094 |
line diff
1.1 --- a/dropbear/receipt Sun Apr 07 14:20:01 2019 +0200 1.2 +++ b/dropbear/receipt Wed Mar 25 14:43:12 2020 +0100 1.3 @@ -26,6 +26,12 @@ 1.4 CROSS_BUGS="Fails to find zlib: -lz... no" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {