wok-current diff hubicfuse/receipt @ rev 24148
Up nnn (4.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 24 16:03:33 2021 +0000 (2021-11-24) |
parents | 9bdf05b1b49c |
children | 72f2704d3ae0 |
line diff
1.1 --- a/hubicfuse/receipt Wed Feb 26 17:53:59 2020 +0100 1.2 +++ b/hubicfuse/receipt Wed Nov 24 16:03:33 2021 +0000 1.3 @@ -15,6 +15,12 @@ 1.4 BUILD_DEPENDS="curl-dev fuse-dev glib libjson-c-dev libmagic-dev 1.5 libxml2-dev openssl-dev pkg-config" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/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 {