wok-6.x diff tinyproxy/receipt @ rev 25334
updated sunxi-tools (1.1-80 -> 1.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 17:16:06 2022 +0100 (2022-07-23) |
parents | 39c5255f1c90 |
children | 4a5dc3aa2af9 |
line diff
1.1 --- a/tinyproxy/receipt Wed Jun 19 18:44:13 2019 +0200 1.2 +++ b/tinyproxy/receipt Sat Jul 23 17:16:06 2022 +0100 1.3 @@ -12,6 +12,12 @@ 1.4 1.5 BUILD_DEPENDS="wget automake" 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 {