wok diff lxc/receipt @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-23)
parents f4b38c321469
children 1fdcf67228f2
line diff
     1.1 --- a/lxc/receipt	Sun Mar 15 16:17:33 2020 +0100
     1.2 +++ b/lxc/receipt	Wed Mar 23 17:27:54 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  	linux-netfilter perl util-linux-getopt"
     1.5  BUILD_DEPENDS="gcc83 gnutls-dev libcap-dev util-linux-getopt"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://linuxcontainers.org/lxc/downloads/ 2>/dev/null | \
    1.11 +	sed '/\/lxc-[0-9]/!d;s|.*lxc-||;s|.tar.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {