wok-current diff shellinabox/receipt @ rev 24324
updated arp-scan (1.9.5 -> 1.9.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 27 09:24:22 2022 +0100 (2022-01-27) |
parents | 05c8d8d9d934 |
children | 241fb98cab1c |
line diff
1.1 --- a/shellinabox/receipt Wed Oct 28 15:17:00 2020 +0000 1.2 +++ b/shellinabox/receipt Thu Jan 27 09:24:22 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool" 1.5 SUGGESTED="ssh knock" 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 {