mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
mbedtls: update to 2.1.2.
This commit is contained in:
parent
5f4b1d0d61
commit
2886f55bad
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mbedtls'
|
# Template file for 'mbedtls'
|
||||||
pkgname=mbedtls
|
pkgname=mbedtls
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl cmake"
|
hostmakedepends="perl cmake"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_TESTING=0 -DUSE_SHARED_MBEDTLS_LIBRARY=1 -DLINK_WITH_PTHREAD=1"
|
configure_args="-DENABLE_TESTING=0 -DUSE_SHARED_MBEDTLS_LIBRARY=1 -DLINK_WITH_PTHREAD=1"
|
||||||
short_desc="Portable cryptographic TLS library"
|
short_desc="Portable cryptographic TLS library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="Apache-2.0"
|
||||||
homepage="https://tls.mbed.org/"
|
homepage="https://tls.mbed.org/"
|
||||||
distfiles="https://tls.mbed.org/download/mbedtls-${version}-gpl.tgz"
|
distfiles="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz"
|
||||||
checksum=22c76e9d8036a76e01906423b3e8a02ab0ef84027f791bd719fff8edee9c61a9
|
checksum=ce57cb9085f976ffde945af7e8cec058a66ad181a96fd228fbcbc485213a7c58
|
||||||
|
|
||||||
mbedtls-devel_package() {
|
mbedtls-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue