1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

Ports/mbedtls: Update mbedtls to version 3.4.1

This also makes it build in parallel by preserving the default
`makeopts`.
This commit is contained in:
EWouters 2023-09-02 16:26:46 +02:00 committed by Jelle Raaijmakers
parent 05c5598c38
commit ffbfeb87c5
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='mbedtls'
version='3.1.0'
version='3.4.1'
files=(
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${version}.tar.gz#b02df6f68dd1537e115a8497d5c173dc71edc55ad084756e57a30f951b725acd"
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${version}.tar.gz#a420fcf7103e54e775c383e3751729b8fb2dcd087f6165befd13f28315f754f5"
)
makeopts=(
makeopts+=(
'SHARED=1'
)