wok diff rp-pppoe/receipt @ rev 24928

updated msmtp (1.8.7 -> 1.8.20)
author Hans-G?nter Theisgen
date Wed Apr 13 15:47:53 2022 +0100 (2022-04-13)
parents 3725cb6263da
children 0aa534391a15
line diff
     1.1 --- a/rp-pppoe/receipt	Sun Sep 15 14:21:04 2019 +0100
     1.2 +++ b/rp-pppoe/receipt	Wed Apr 13 15:47:53 2022 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  
     1.5  HOST_ARCH="i486"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;/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  {