wok diff lxc/receipt @ rev 24686
updated jbig2dec and jbig2dec-dev (0.18 -> 0.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 11:26:36 2022 +0100 (2022-03-12) |
parents | f4b38c321469 |
children | 1fdcf67228f2 |
line diff
1.1 --- a/lxc/receipt Sun Mar 15 16:17:33 2020 +0100 1.2 +++ b/lxc/receipt Sat Mar 12 11:26:36 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 {