wok-6.x diff openvpn/receipt @ rev 23365

updated perl-mail-sendmail (0.79 -> 0.80)
author Hans-G?nter Theisgen
date Tue Mar 31 11:21:06 2020 +0100 (2020-03-31)
parents ea14002b02bc
children 0699e7a9c776
line diff
     1.1 --- a/openvpn/receipt	Wed Mar 18 11:14:38 2020 +0100
     1.2 +++ b/openvpn/receipt	Tue Mar 31 11:21:06 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openvpn"
     1.7 -VERSION="2.4.7"
     1.8 +VERSION="2.4.8"
     1.9  CATEGORY="network"
    1.10  TAGS="vpn tunnel network"
    1.11  SHORT_DESC="Full-featured open source SSL VPN solution."
    1.12 @@ -17,6 +17,12 @@
    1.13  
    1.14  HOST_ARCH="i486 arm"
    1.15  
    1.16 +current_version()
    1.17 +{
    1.18 +	wget -O - $WEB_SITE/community-downloads/ 2>/dev/null | \
    1.19 +	sed '/releases/!d;/tar/!d;s|.*openvpn-\(.*\).tar.*|\1|;q'
    1.20 +}
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {