mbedtls: update to 2.4.1
This commit is contained in:
parent
27e52d0a34
commit
051c8f3e27
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'mbedtls'
|
||||
pkgname=mbedtls
|
||||
version=2.4.0
|
||||
version=2.4.1
|
||||
revision=1
|
||||
wrksrc="mbedtls-mbedtls-${version}"
|
||||
hostmakedepends="perl"
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTING=0 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
|
||||
|
@ -9,8 +10,8 @@ short_desc="Portable cryptographic TLS library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://tls.mbed.org/"
|
||||
distfiles="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz"
|
||||
checksum=c1c3559ed39f7a1b1550c4cf4ccb918bf239301a3311d98dda92bed8a25b7f0d
|
||||
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
|
||||
checksum=0c85fe59e1f0426b1c8f17efdc0c41bd531828b6cff746c392beb53c774af4cb
|
||||
|
||||
pre_configure() {
|
||||
sed -i include/mbedtls/config.h \
|
||||
|
|
Loading…
Reference in a new issue