wok diff xchm/receipt @ rev 24868
updated lxc and lxc-dev (3.2.1 -> 4.0.12)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 30 17:49:17 2022 +0100 (2022-03-30) |
parents | 93cfbe138cae |
children | 92b662c0aa2d |
line diff
1.1 --- a/xchm/receipt Tue Mar 10 08:35:31 2020 +0100 1.2 +++ b/xchm/receipt Wed Mar 30 17:49:17 2022 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm" 1.5 BUILD_DEPENDS="wxWidgets28-dev chmlib-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE/releases 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. 1.14 compile_rules() 1.15 {