wok diff hubicfuse/receipt @ rev 24586
updated gawk (5.0.1 -> 5.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 28 09:01:30 2022 +0100 (2022-02-28) |
parents | 9bdf05b1b49c |
children | 72f2704d3ae0 |
line diff
1.1 --- a/hubicfuse/receipt Wed Feb 26 17:53:59 2020 +0100 1.2 +++ b/hubicfuse/receipt Mon Feb 28 09:01:30 2022 +0100 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 {