wok-6.x diff shellinabox/receipt @ rev 24352
babl-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 10:29:52 2022 +0000 (2022-02-03) |
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 Feb 03 10:29:52 2022 +0000 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 {