wok diff openvpn/receipt @ rev 25066

updated alsa-lib, alsa-lib-dev and alsa-utils (1.2.2 -> 1.2.7)
author Hans-G?nter Theisgen
date Fri Jun 10 13:35:13 2022 +0100 (2022-06-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	Fri Jun 10 13:35:13 2022 +0100
     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.