wok-current diff blueman/receipt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | aa07498bd205 |
children |
line diff
1.1 --- a/blueman/receipt Sat Jan 04 16:40:20 2020 +0100 1.2 +++ b/blueman/receipt Tue Sep 06 07:38:52 2022 +0000 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 {