bearssl: update to 0.5.

This commit is contained in:
Leah Neukirchen 2017-07-31 10:28:23 +02:00
parent 0addb10c58
commit 3157b722ea
1 changed files with 3 additions and 3 deletions

View File

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