bearssl: update to 0.4.

This commit is contained in:
Leah Neukirchen 2017-04-04 13:25:00 +02:00
parent 9b6133b0e6
commit cd62e8ea9f

View file

@ -1,14 +1,15 @@
# Template file for 'bearssl'
pkgname=bearssl
version=0.3
version=0.4
revision=1
build_style=gnu-makefile
short_desc="Implementation of the SSL/TLS protocol in C"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://www.bearssl.org/"
_changelog="https://www.bearssl.org/changelog.html"
distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz"
checksum=2797ccb08f41e1aeabb625c8682f4b2e61f1827695d4ea10a57c5b62175a3b22
checksum=674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4
CFLAGS="-fPIC"
make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"