wok diff dropbear/receipt @ rev 23284

updated pcsc-tools (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Sun Mar 29 10:46:18 2020 +0100 (2020-03-29)
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 Mar 29 10:46:18 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  {