File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'mbedtls'
22pkgname=mbedtls
3- version=3.6.3
3+ version=3.6.6
44revision=1
5+ _framework_hash="dff9da04438d712f7647fd995bc90fadd0c0e2ce"
56build_style=cmake
67configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
78hostmakedepends="python3 perl"
@@ -10,9 +11,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1011license="Apache-2.0"
1112homepage="https://tls.mbed.org/"
1213changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/mbedtls-${version%.*}/ChangeLog"
13- distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz"
14- checksum="e69c4c13377e89b9d696006ef9c8258e3be75b6dbd464cfd573360482b1a1f4e
15- d46acd6cb103d00d6e545631467e36363f6fc270b2c051be94d543eb0831393b"
14+ distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz
15+ https://github.com/Mbed-TLS/mbedtls-framework/archive/${_framework_hash}.tar.gz>framework-${_framework_hash}.tar.gz"
16+ checksum="82dd9b736624a76577635e8ffae688ac3cc3b16eb3813f0b17201aa8ba3fa76c
17+ 0f2bc024aceb3d3cbfcd8cfb997bc9a5eadfcf81fbbf0ef9a9053236e1d6506c"
18+ skip_extraction="framework-${_framework_hash}.tar.gz"
19+
20+ post_extract() {
21+ vsrcextract -C framework "framework-${_framework_hash}.tar.gz"
22+ }
1623
1724pre_configure() {
1825 ./scripts/config.pl set MBEDTLS_THREADING_C
You can’t perform that action at this time.
0 commit comments