wok diff zbar/receipt @ rev 24646
updated hostapd (2.9 -> 2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 10 11:11:28 2022 +0100 (2022-03-10) |
parents | 9392fb0d2cd5 |
children | 8b705f9aa129 |
line diff
1.1 --- a/zbar/receipt Fri May 22 08:05:29 2020 +0100 1.2 +++ b/zbar/receipt Thu Mar 10 11:11:28 2022 +0100 1.3 @@ -18,6 +18,12 @@ 1.4 jpeg-dev lcms-dev libgio-dev libtool libxml2-dev linux-api-headers 1.5 openexr-dev pango-dev util-linux-uuid-dev" 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|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {