wok diff dropbear/receipt @ rev 23372
updated perl-module-runtime (0.014 -> 0.016)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:39:48 2020 +0100 (2020-03-31) |
parents | adbdcada3730 |
children | eb5518b1b094 |
line diff
1.1 --- a/dropbear/receipt Sun Apr 07 14:20:01 2019 +0200 1.2 +++ b/dropbear/receipt Tue Mar 31 13:39:48 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 {