wok diff blueman/receipt @ rev 25403
updated vzctl (3.0.25.1 -> 4.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 16:35:24 2022 +0100 (2022-08-02) |
parents | aa07498bd205 |
children | 343c093ad221 |
line diff
1.1 --- a/blueman/receipt Sat Jan 04 16:40:20 2020 +0100 1.2 +++ b/blueman/receipt Tue Aug 02 16:35:24 2022 +0100 1.3 @@ -21,6 +21,12 @@ 1.4 startup-notification-dev util-linux-uuid-dev 1.5 xcb-util-dev" 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 {