wok-6.x diff vbindiff/receipt @ rev 25258
qt5: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 15 07:00:31 2022 +0100 (2022-07-15) |
parents | dffc0bc4d50c |
children |
line diff
1.1 --- a/vbindiff/receipt Sat Jan 16 16:21:11 2021 +0100 1.2 +++ b/vbindiff/receipt Fri Jul 15 07:00:31 2022 +0100 1.3 @@ -17,6 +17,12 @@ 1.4 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {