wok diff ziproxy/receipt @ rev 25149
updated proftpd and proftpd-lang (1.3.6d -> 1.3.7d)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 16:56:24 2022 +0100 (2022-06-29) |
parents | b753ca9ee288 |
children | 7dd01dedad38 |
line diff
1.1 --- a/ziproxy/receipt Fri Nov 22 10:49:44 2019 +0100 1.2 +++ b/ziproxy/receipt Wed Jun 29 16:56:24 2022 +0100 1.3 @@ -17,6 +17,12 @@ 1.4 1.5 CONFIG_FILES="/etc/ziproxy" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/released/!d;s|.*proxy ||;s| rel.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {