wok diff openvpn/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 7bea68e23e6b
children adec29cf1856
line diff
     1.1 --- a/openvpn/receipt	Mon May 10 20:32:02 2021 +0000
     1.2 +++ b/openvpn/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -19,8 +19,8 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - $WEB_SITE/community-downloads/ 2>/dev/null | \
     1.8 -	sed '/releases/!d;/tar/!d;s|.*openvpn-\(.*\).tar.*|\1|;q'
     1.9 +	wget -O - https://github.com/OpenVPN/openvpn/tags 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.