wok diff tslib/receipt @ rev 24912
updated mm-common (1.0.0 -> 1.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 15:43:43 2022 +0100 (2022-04-09) |
parents | 0d08d15e81f8 |
children | e375c479e25e |
line diff
1.1 --- a/tslib/receipt Tue Oct 22 17:41:52 2019 +0100 1.2 +++ b/tslib/receipt Sat Apr 09 15:43:43 2022 +0100 1.3 @@ -20,6 +20,12 @@ 1.4 arm*) export ac_cv_func_malloc_0_nonnull=yes ;; 1.5 esac 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 {