wok diff sslh/receipt @ rev 24050
updated i3 and i3-man (4.5.1 -> 4.19.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 13 14:58:33 2021 +0100 (2021-05-13) |
parents | 54b0f9995acb |
children | ac8ca9758df1 |
line diff
1.1 --- a/sslh/receipt Tue Feb 05 22:32:56 2019 +0100 1.2 +++ b/sslh/receipt Thu May 13 14:58:33 2021 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev libcap-dev" 1.5 SUGGESTED="iptables" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/tags.*tar/!d;s|.*tags/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {