wok diff dropbear/receipt @ rev 23474
updated python-cssselect (0.7.1 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:56:27 2020 +0100 (2020-04-05) |
parents | adbdcada3730 |
children | eb5518b1b094 |
line diff
1.1 --- a/dropbear/receipt Sun Apr 07 14:20:01 2019 +0200 1.2 +++ b/dropbear/receipt Sun Apr 05 14:56:27 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 {