wok diff mbedtls/receipt @ rev 25067
updated alsa-plugins (1.1.5 -> 1.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:40:50 2022 +0100 (2022-06-10) |
parents | 3ed4ba0fc8db |
children | 45673422e44e |
line diff
1.1 --- a/mbedtls/receipt Fri Nov 02 10:40:07 2018 +0200 1.2 +++ b/mbedtls/receipt Fri Jun 10 13:40:50 2022 +0100 1.3 @@ -11,6 +11,12 @@ 1.4 TARBALL="$PACKAGE-$VERSION-gpl.tgz" 1.5 WGET_URL="https://tls.mbed.org/download/$TARBALL" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://github.com/ARMmbed/mbedtls/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 compile_rules() { 1.14 sed \ 1.15 -e 's|//\(#define MBEDTLS_THREADING_C\)|\1|' \