wok-6.x diff rp-pppoe/receipt @ rev 24674

updated iptables and iptables-dev (1.8.4 -> 1.8.7)
author Hans-G?nter Theisgen
date Sat Mar 12 07:43:48 2022 +0100 (2022-03-12)
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	Sat Mar 12 07:43:48 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  {